summaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index 27201cb4..6f40622c 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -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),
}