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 6b14ed8 commit 13a7bb2Copy full SHA for 13a7bb2
src/solvers/dg.jl
@@ -663,7 +663,7 @@ end
663
# since LoopVectorization does not support `ForwardDiff.Dual`s. Hence, we use
664
# optimized `PtrArray`s whenever possible and fall back to plain `Array`s
665
# otherwise.
666
- @static if _PREFERENCE_THREADING === :polyester && LoopVectorization.check_args(u_ode)
+ if _PREFERENCE_THREADING === :polyester && LoopVectorization.check_args(u_ode)
667
# This version using `PtrArray`s from StrideArrays.jl is very fast and
668
# does not result in allocations.
669
#
0 commit comments