Skip to content

Commit 1c620d8

Browse files
committed
fixup! Use unsafe_indices
1 parent 37910e2 commit 1c620d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PointNeighbors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using Adapt: Adapt
66
using Atomix: Atomix
77
using Base: @propagate_inbounds
88
using GPUArraysCore: AbstractGPUArray
9-
using KernelAbstractions: KernelAbstractions, @kernel, @index
9+
using KernelAbstractions: KernelAbstractions, @kernel, @index, @groupsize
1010
using LinearAlgebra: dot
1111
using Polyester: Polyester
1212
@reexport using StaticArrays: SVector

0 commit comments

Comments
 (0)