Skip to content

Commit 35df65f

Browse files
fixes for gpu
1 parent 4e126a3 commit 35df65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_capi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,8 @@ class Cells(xo.Struct):
719719
"kernel_Cells_get_particles": xo.Kernel(
720720
args=[
721721
xo.Arg(Cells, name="obj"),
722-
xo.Arg(xo.Int64, pointer=True, name="i0"),
723-
xo.Arg(xo.Int64, pointer=True, name="i1"),
722+
xo.Arg(xo.Int64, name="i0"),
723+
xo.Arg(xo.Int64, name="i1"),
724724
xo.Arg(xo.Int64, pointer=True, name="out"),
725725
],
726726
n_threads=3,

0 commit comments

Comments
 (0)