|
|
|
|
|
by pjreddie
3497 days ago
|
|
If Intel is smart they will invest heavily into library development. Researchers use whatever is fast and right now cuda is fast, not just because nvidia has the best GPUs (it's about even) but because the primitives in cuda are so much faster. Matrix multiplication on the same hardware is like 3x faster in cuda than opencl or competing libraries and using the neutral networking primitives is even faster. Intel needs to invest in good, low level libraries so researchers can hack on their platform, build new things, etc. Ultimately I think researchers drive what platform gets widely used since training takes so much longer than inference. |
|