Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argupta
openfpm_pdata
Commits
6437ef11
Commit
6437ef11
authored
Dec 27, 2018
by
incardon
Browse files
Fixing GPU tests
parent
b0b7216b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Vector/cuda/vector_dist_cuda_func_test.cu
View file @
6437ef11
...
...
@@ -166,7 +166,7 @@ BOOST_AUTO_TEST_CASE( vector_ghost_process_local_particles )
<<<
ite
.
wthr
,
ite
.
thr
>>>
(
box_f_dev
.
toKernel
(),
box_f_sv
.
toKernel
(),
v_pos
.
toKernel
(),
v_prp
.
toKernel
(),
starts
.
toKernel
(),
shifts
.
toKernel
(),
o_part_loc2
.
toKernel
(),
old
,
v_pos
.
size
()
);
starts
.
toKernel
(),
shifts
.
toKernel
(),
o_part_loc2
.
toKernel
(),
old
,
old
);
v_pos
.
deviceToHost
<
0
>
();
o_part_loc2
.
deviceToHost
<
0
,
1
>
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment