mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
Moving to gemm
and adding matmul backprop.
- Tentative `T` operator.
This commit is contained in:
@ -40,6 +40,9 @@ pub enum Error {
|
||||
shape: Shape,
|
||||
},
|
||||
|
||||
#[error("temporary error where matmul doesn't support arbitrary striding")]
|
||||
UnexpectedStriding,
|
||||
|
||||
#[error(transparent)]
|
||||
Cuda(#[from] crate::CudaError),
|
||||
}
|
||||
|
Reference in New Issue
Block a user