Comment by einpoklum
Comment by einpoklum 5 days ago
> It's not clear from the above what a "CUDA core" (singular) _is_
A CUDA core is basically a SIMD lane on an actual core on an NVIDIA GPUs.
For a longer version of this answer: https://stackoverflow.com/a/48130362/1593077
So it's a "SIMD lane" that can itself perform actual SIMD instructions?
I think you want a metaphor that doesn't also depend on its literal meaning.