We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b61f81 commit ebefe89Copy full SHA for ebefe89
1 file changed
src/Trixi.jl
@@ -60,8 +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: KernelAbstractions, @index, @kernel, get_backend, Backend,
64
- allocate
+using KernelAbstractions: KernelAbstractions, @index, @kernel, get_backend, Backend
65
using AcceleratedKernels: AcceleratedKernels
66
using LinearMaps: LinearMap
67
if _PREFERENCE_LOOPVECTORIZATION
0 commit comments