Yardy Sardley
A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.
- 0 Posts
- 1 Comment
Joined 2 years ago
Cake day: June 20th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
GPUs are specialized to be able to very quickly manipulate vectors, by using a principle called Single Instruction Multiple Data (SIMD). Where a CPU would have to individually operate on each element of a vector, a GPU can operate on all the elements in one go.
So maybe you could call it a SIMD card or Vector Accelerator or something like that.