Yahya Lmallas

Results 44 comments of Yahya Lmallas

Hello, Am sorry about that, but this is designed for GPU usage arm in not included. But this needs fixing and readme notice, Thanks! For the reminder. -- -- -----------------------------------------...

Hello, Thank for your offer. Making it compile and run is not the issue here. But arm doesn’t have dedicated GPU to compute the same way as nvidia/amd/intel ones, thats...

no longer used!? just checked the whole code `grep -r 'VALIDHACKS' . `

> Mac GPU is well supported with OpenCL, you can even install Metal (pip install -e .[metal]) for a bit more perf. I did most of this dev on an...

if this gets merged the whole project needs' to be refactored for better reading instead of condensed codes into one or few lines, python tokens should not be affected by...

> Are the segfaults really random? My guess would be use after frees, probably out of scoping something that needs to be kept around (do they still happen if you...

> Upped the bounty to $200, didn't realize this would be harder than a few minor fixes and a github actions yml. Happy to split it if the two of...

`env PYTHONPATH="." DEBUG=4 METAL=1 FORWARD_ONLY=0 OPT=9 python3.11 -m pytest -v -s -n=auto` ``` Results (111.70s (0:01:51)): 482 passed 16 failed - test/test_dtype.py:38 TestHalfDtype.test_half_to_int64 - test/test_dtype.py:85 TestInt8Dtype.test_int8_add_upcast_int64 - test/test_dtype.py:62 TestInt8Dtype.test_float_to_int64 -...