Hacker News new | past | comments | ask | show | jobs | submit login

PyTorch and NumPy make heavy use of SIMD for most tensor/ndarray operations.



When done on cpu ; the computation done on the gpu can be the majority for pytorch.


Indeed -- but it's worth noting out that GPU code is closely analogous to SIMD, anyway.

(And PyTorch can be and often is run on pure CPU.)




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: