We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37910e2 commit 1c620d8Copy full SHA for 1c620d8
src/PointNeighbors.jl
@@ -6,7 +6,7 @@ using Adapt: Adapt
6
using Atomix: Atomix
7
using Base: @propagate_inbounds
8
using GPUArraysCore: AbstractGPUArray
9
-using KernelAbstractions: KernelAbstractions, @kernel, @index
+using KernelAbstractions: KernelAbstractions, @kernel, @index, @groupsize
10
using LinearAlgebra: dot
11
using Polyester: Polyester
12
@reexport using StaticArrays: SVector
0 commit comments