10 ms·
Can't you just use Numpy directly in Mojo?
by vovavili 29d ago
Can't you just use Numpy directly in Mojo?
- MohamedMabrouk 29d agoyou can but through a python interpreter in the mojo process so you get the same numpy speed with mojo<->ptyhon interop overhead. NuMojo is native and also is now starting to support features that numpy can't really do like native GPU execution.
- vovavili 29d agoI wonder if the Python-to-Mojo overhead is significant enough where language-native bindings make more sense. I'd be interested in seeing some benchmarks.
- deleted 27d ago[deleted]
- ch4s3 27d ago> numpy can't really do like native GPU execution I'd be interested to see where GPU code beats NUMPY's SIMD implementation, which is really
- deleted 27d ago[deleted]
- insane_dreamer 27d ago> features that numpy can't really do like native GPU execution we use numpy + jax for that; works well