From 5725cfce5f2826e6d61344891ecc1fe354e348f5 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 4 Sep 2026 16:55:13 +0000 Subject: [PATCH] Advance the ndarray pin to master's current head The lock still resolved ndarray, p64 and fractal at e55af0e3, which predates ndarray #297/#298/#299. The AVX-512 test modules that #299 repaired are the ones covering the bf16 tile primitive this crate's AMX kernels call, so building tract against the older pin exercised a tree where that suite could not compile under target-cpu=x86-64-v4. cargo check -p tract-linalg clean and cargo test -p tract-linalg --lib 4463 passed / 0 failed against the new pin. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_012wrzeZAdwGYTCKoxamwQht --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b63f9742e1..ea338acf6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "fractal" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/ndarray?branch=master#e55af0e3d10fb0065cbad4de2df48f8567503309" +source = "git+https://github.com/AdaWorldAPI/ndarray?branch=master#f43338fb53bdbffec68c3a95adebdbbe7c9d4178" dependencies = [ "libm", ] @@ -2507,7 +2507,7 @@ dependencies = [ [[package]] name = "ndarray" version = "0.17.2" -source = "git+https://github.com/AdaWorldAPI/ndarray?branch=master#e55af0e3d10fb0065cbad4de2df48f8567503309" +source = "git+https://github.com/AdaWorldAPI/ndarray?branch=master#f43338fb53bdbffec68c3a95adebdbbe7c9d4178" dependencies = [ "fractal", "matrixmultiply", @@ -2959,7 +2959,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "p64" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/ndarray?branch=master#e55af0e3d10fb0065cbad4de2df48f8567503309" +source = "git+https://github.com/AdaWorldAPI/ndarray?branch=master#f43338fb53bdbffec68c3a95adebdbbe7c9d4178" dependencies = [ "fractal", ]