|
|
|
|
|
by pclmulqdq
572 days ago
|
|
You would be surprised. The GPU often loses even for small neural nets given the large latency. Anything that needs high throughput or is sized like an HPC problem should use a GPU, but a lot of code benefits from SIMD on small problems. |
|
The one truly unfixable issue is round-trip latency.