Moving to gemm and adding matmul backprop.

- Tentative `T` operator.
This commit is contained in:
Nicolas Patry
2023-06-21 23:59:25 +02:00
parent 9ea220fc6e
commit 04cf14f35a
5 changed files with 170 additions and 76 deletions

View File

@ -16,11 +16,11 @@ members = [
]
[dependencies]
ggblas = "0.1.0"
safetensors = "0.3.1"
thiserror = "1"
cudarc = { version = "0.9.9", optional = true }
candle-kernels = { path = "kernels", optional = true }
gemm = "0.15.4"
[dev-dependencies]
anyhow = "1"