(no title)
solarmist | 10 months ago
The primitives and pre-coded kernels provided by CUDA (it solves for the most common scenarios first and foremost) is what's holding things back and in order to get those algorithms and data structures down to the hardware level you need something flexible that can talk directly to the hardware.
pjmlp|10 months ago
The pre-coded kernels help a lot, but you don't have to use them necessarly.