Hacker News new | past | comments | ask | show | jobs | submit login

Agreed that warp is a marketing term, but it is definitely not something that should be called "threads" except in the very loosest sense of the term.

A bunch of threads in parallel implies MIMD parallelism- multiple instructions multiple data.

A warp implies SIMD parallelism - single instruction multiple data (although technically SIMT, single instructions multiple threads https://en.wikipedia.org/wiki/Single_instruction,_multiple_t...).

From both a hardware and software perspective those are very different types of parallelism that Nvidia's architects and the architects of its predecessors at Sun/SGI/Cray/elsewhere were intimately familiar with. See: https://en.wikipedia.org/wiki/Flynn%27s_taxonomy




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: