From d2a3abaa44f49c45f4f6cc74e00493c86e963b4e Mon Sep 17 00:00:00 2001 From: Christoph Groth Date: Tue, 12 Nov 2024 18:11:43 +0100 Subject: Catch up with upstream --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') 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( -- cgit v1.2.3-74-g4815