Skip to content

Commit 259fe26

Browse files
committed
ArrayInterface isn't in scope either
1 parent f1595f9 commit 259fe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gemm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
return C
560560
end
561561
function dense!(f::F, C, A, B) where {F}
562-
K = ArrayInterface.size(A, StaticInt(2))
562+
K = LoopVectorization.size(A, StaticInt(2))
563563
Kp1 = K + StaticInt(1)
564564
@turbo for n indices((B,C),2), m indices((A,C),1)
565565
Cmn = zero(eltype(C))

0 commit comments

Comments
 (0)