summaryrefslogtreecommitdiff
path: root/csrc/ops.cu
AgeCommit message (Collapse)Author
2022-08-03Added fixes for the case that matmullt dim A is zero, e.g. [0, 768].Tim Dettmers
2022-08-03Added CUDA block assert and is_on_gpu check.Tim Dettmers
2022-07-25Some progress on build script; added multi-cuda install script.Tim Dettmers
2022-07-22Most tests passing.Tim Dettmers
2022-07-01Reduce diffMax Ryabinin
2022-07-01Reduce diffMax Ryabinin
2022-07-01Reduce diffMax Ryabinin
2022-07-01Add a CPU-only build optionMax Ryabinin
2021-11-10Added adagrad with tests (no clipping).Tim Dettmers
2021-10-20Initial plumbing for skip_zeros.Tim Dettmers
2021-10-05Initial commitTim Dettmers