summaryrefslogtreecommitdiff
path: root/csrc/pythonInterface.c
AgeCommit message (Collapse)Author
2022-11-06Added blocksizes 2048, 1024, and 512 to blockwise quant.Tim Dettmers
2022-09-11Fixed 2^31 max size issue for cpu blockwise quant.Tim Dettmers
2022-08-16Removed storage() from get_ptr; added boilerplate for bias dequant_mm.Tim Dettmers
2022-07-26Merge branch 'patch_merge' into extract_outliersTim Dettmers
2022-07-26Boilerplate and test for extract_outliers.Tim Dettmers
2022-07-26Fixed cpuonly build.Tim Dettmers
2022-07-25Fixed makefile; fixed Ampere igemmlt_8 bug.Tim Dettmers
2022-07-22Most tests passing.Tim Dettmers
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-20Added skip_zeros; tests are passing.Tim Dettmers
2021-10-20Initial plumbing for skip_zeros.Tim Dettmers
2021-10-05Initial commitTim Dettmers