summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Recommend using maturin. (#717)Laurent Mazare2023-09-021-11/+1
|
* Cleanup the pyo3 setup. (#705)Laurent Mazare2023-09-011-4/+12
|
* Add a naive conv2d cuda kernel. (#438)Laurent Mazare2023-08-141-0/+2
| | | | | | | | | | | * Add a naive conv2d cuda kernel. * Proper conv2d support on the rust side. * Conv1d testing on gpu. * Also use the test on gpus. * Fix the clean-ptx target.
* Pyo3 dtype (#327)Laurent Mazare2023-08-061-2/+1
| | | | | * Better handling of dtypes in pyo3. * More pyo3 dtype.
* Add some tensor creation functions to the pyo3 bindings. (#326)Laurent Mazare2023-08-061-0/+5
|
* Fix two cuda bugs (matmul and where_cond).laurent2023-06-271-0/+12
|
* Refactor the hierarchy.Nicolas Patry2023-06-271-12/+0
|
* Add a makefile for cleaning the kernels code.laurent2023-06-221-0/+12