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 10aff4b commit 9a52438Copy full SHA for 9a52438
src/Trixi.jl
@@ -60,7 +60,7 @@ using DiffEqCallbacks: PeriodicCallback, PeriodicCallbackAffect
60
using FillArrays: Ones, Zeros
61
using ForwardDiff: ForwardDiff
62
using HDF5: HDF5, h5open, attributes, create_dataset, datatype, dataspace
63
-using KernelAbstractions
+using KernelAbstractions: KernelAbstractions, @index, @kernel, get_backend, Backend
64
using LinearMaps: LinearMap
65
if _PREFERENCE_LOOPVECTORIZATION
66
using LoopVectorization: LoopVectorization, @turbo, indices
0 commit comments