logoalt Hacker News

treksisyesterday at 9:01 PM3 repliesview on HN

how fast is this compare to python based?


Replies

antirezyesterday at 10:51 PM

Very slow currently, I added the benchmarks in the README. To go faster it needs to implement inference faster than the current float32-only kernels.

rcarmoyesterday at 9:46 PM

The Python libraries are themselves written in C/C++, so what this does performance-wise is, at best, cutting through some glue. Don't think about this as a performance-driven implementation.

throwaway314155yesterday at 10:55 PM

PyTorch MPS is about 10x faster per the README.md.

show 1 reply