TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Thinking Machines – Introduction to Data Parallel Supercomputing (1989)

58 pointsby gone35about 3 years ago

5 comments

dragontamerabout 3 years ago
I haven&#x27;t seen this video yet, but I should note that &quot;Thinking Machine&#x27;s CM2&quot; processor was a 4096x 1-bit SIMD processor.<p>Which was enough to really have CUDA-like or OpenCL-like code back in the day. Operations could be compiled into 1-bit commands to be executed in parallel across 4096 &quot;SIMD-lanes &#x2F; threads&quot; (much akin to CUDA-threads).<p>A lot of the research from the CM2 &#x2F; Thinking Machines was translated into modern GPU code (parallel prefix sum, radix sort, etc. etc.). The research done back then really lays the foundation upon today&#x27;s embarassingly parallel works.<p>There were some other computers that came before CM2 of course. But CM2 + Thinking Machines is very clearly part of the great history of SIMD-compute &#x2F; PRAM model of compute &#x2F; Parallel vectors &#x2F; etc. etc.
评论 #31416133 未加载
评论 #31416471 未加载
eismccabout 3 years ago
Having spoken to someone who was there (Steve Omohundro who wrote StarLisp), the lack of floating point and extreme parallelism were actually a pain because everything had to be written from scratch. Steve gave me an example that they wrote over 200 algorithms in a new way, including parallel regex (as I recall). So while amazing hardware and ideas, there was a sense that it was along road to purse the actual goal of AI research.
评论 #31416176 未加载
jkuriaabout 3 years ago
Anything CM related always reminds me of this Richard Feynman story:<p><a href="https:&#x2F;&#x2F;longnow.org&#x2F;essays&#x2F;richard-feynman-connection-machine&#x2F;" rel="nofollow">https:&#x2F;&#x2F;longnow.org&#x2F;essays&#x2F;richard-feynman-connection-machin...</a>
nicktabout 3 years ago
You can get a CM-1 t-shirt from Tamiko Thiel [1], and a little background [2].<p>[1] <a href="https:&#x2F;&#x2F;mission-base-creations.myspreadshop.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mission-base-creations.myspreadshop.com&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;www.mission-base.com&#x2F;tamiko&#x2F;cm&#x2F;cm-tshirt.html" rel="nofollow">https:&#x2F;&#x2F;www.mission-base.com&#x2F;tamiko&#x2F;cm&#x2F;cm-tshirt.html</a>
cbm-vic-20about 3 years ago
That is some sexy industrial design.