|
|
|
|
|
by jonas21
2354 days ago
|
|
Yeah, I wouldn't be surprised if the majority of code performing large matrix multiplications these days was written in Python and executed on GPUs by libraries like Tensorflow and PyTorch. With the right abstractions, programmers can be "lazy" and still get great performance. |
|
Most of the numerical code that cares about performance for linear algebra uses this API and links an appropriate implementation.