Skip to content

Commit 9a52438

Browse files
committed
KA imports
1 parent 10aff4b commit 9a52438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Trixi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ using DiffEqCallbacks: PeriodicCallback, PeriodicCallbackAffect
6060
using FillArrays: Ones, Zeros
6161
using ForwardDiff: ForwardDiff
6262
using HDF5: HDF5, h5open, attributes, create_dataset, datatype, dataspace
63-
using KernelAbstractions
63+
using KernelAbstractions: KernelAbstractions, @index, @kernel, get_backend, Backend
6464
using LinearMaps: LinearMap
6565
if _PREFERENCE_LOOPVECTORIZATION
6666
using LoopVectorization: LoopVectorization, @turbo, indices

0 commit comments

Comments
 (0)