summaryrefslogtreecommitdiff
path: root/candle-nn/examples/cpu_benchmarks.rs
Commit message (Expand)AuthorAgeFilesLines
* Optimize the cat operation on contiguous tensors (#1855)Laurent Mazare2024-03-171-0/+19
* Quantized GGUF style (#1523)Nicolas Patry2024-01-171-1/+4
* Implement the module trait directly for QMatMul. (#1372)Laurent Mazare2023-11-251-1/+1
* Add a matvec cpu benchmark. (#1076)Laurent Mazare2023-10-121-3/+22
* Convmixer (#1073)Laurent Mazare2023-10-111-2/+2
* Improve the quantized whisper setup. (#1018)Laurent Mazare2023-10-021-1/+1
* Bugfix for the conv2d cpu kernel. (#820)Laurent Mazare2023-09-111-1/+1
* im2col based conv2d (#802)Laurent Mazare2023-09-101-16/+69
* Bugfix so that im2col produce the same results as conv2d. (#801)Laurent Mazare2023-09-101-1/+5
* Add an im2col based benchmark. (#800)Laurent Mazare2023-09-101-2/+71
* Add a custom softmax implementation. (#744)Laurent Mazare2023-09-051-0/+176