From 700f7eeefdbaa75bd33f3e4427decdb5375a63fe Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Fri, 19 Jun 2026 10:56:05 +0200 Subject: [PATCH] Force use of Strided 2.6.1 This is the version which has the fix for AMDGPU --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 95920c8..85dbca4 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ PrecompileTools = "1.1" Preferences = "1.4" PtrArrays = "1.2" Random = "1" -Strided = "2.6" +Strided = "2.6.1" StridedViews = "0.5" Test = "1" TupleTools = "1.6"