We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88060f3 commit c369e7fCopy full SHA for c369e7f
src/determinestrategy.jl
@@ -1,5 +1,5 @@
1
2
-const CACHELINE_SIZE = VectorizationBase.L₁CACHE.linesize
+const CACHELINE_SIZE = something(VectorizationBase.L₁CACHE.linesize, 64)
3
4
# function indexappearences(op::Operation, s::Symbol)
5
# s ∉ loopdependencies(op) && return 0
0 commit comments