summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorChristoph Groth <christoph.groth@cea.fr>2024-11-12 18:11:43 +0100
committerChristoph Groth <christoph.groth@cea.fr>2025-01-09 13:58:20 +0100
commitd2a3abaa44f49c45f4f6cc74e00493c86e963b4e (patch)
tree1b07cb4dcfd772ed022091316c0a6052471803f2 /src/main.rs
parente39d3089b5b1a8583c6750bedaf639de73cf0316 (diff)
Catch up with upstream
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 70bb8a8..87a6477 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
-use mdarray::{view, array, tensor, Slice, Expression, Dim, Const, Dyn};
+use mdarray::{view, array, tensor, Slice, Dim, Const, Dyn, expr::Expression};
// Indexing convention: C_ij <- A_ik * B_kj
fn matmul<D0: Dim, D1: Dim, D2: Dim>(