summaryrefslogtreecommitdiff
path: root/tests/test_autograd.py
AgeCommit message (Collapse)Author
2022-09-18bump threshold to 0.21justheuristic
2022-09-18more lenient thresholdjustheuristic
2022-09-18cast properlyjustheuristic
2022-09-17un-fuse biasjustheuristic
2022-09-17copypaste tolerancesjustheuristic
2022-09-17clearer assertionsjustheuristic
2022-09-17check dtypes firstjustheuristic
2022-09-17check dtypes firstjustheuristic
2022-09-17cast to half before double_quantjustheuristic
2022-09-17test_bf16justheuristic
2022-08-23Some initial code. Needs to be tested.Tim Dettmers
2022-08-16Added fused bias to matmullt.Tim Dettmers
2022-08-04Fixed bugs in cuda setup.Tim Dettmers
2022-08-04Merge branch 'debug' into cuda-bin-switch-and-cliTim Dettmers
2022-08-03Added fixes for the case that matmullt dim A is zero, e.g. [0, 768].Tim Dettmers
2022-08-01reran black with linelength 80 for greater readabilityTitus von Koeller
2022-08-01ran black and isort for coherent code formattingTitus von Koeller
2022-07-22Most tests passing.Tim Dettmers