|
|
|
|
|
by shaklee3
2509 days ago
|
|
You definitely do not want to use opencl for matrix multiplies on Nvidia cards. That's the most highly optimized task on GPUs, so much so that they have dedicated hardware units for it. Opencl cannot take advantage of those. |
|