|
|
|
|
|
by solarmist
412 days ago
|
|
Not sure I fully understand your comment, but I'm pretty sure the talk addresses exactly that. 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. |
|
The pre-coded kernels help a lot, but you don't have to use them necessarly.