Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
1c4ecf4e
Commit
1c4ecf4e
authored
May 20, 2020
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Latest modules
parent
f279b7de
Pipeline
#1948
passed with stages
in 23 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
openfpm_data
openfpm_data
+1
-1
src/Grid/tests/sgrid_dist_id_gpu_unit_tests.cu
src/Grid/tests/sgrid_dist_id_gpu_unit_tests.cu
+4
-1
No files found.
openfpm_data
@
87a3f244
Subproject commit
776a4aa1f036f83d16e767977f6bb2732b15f3a1
Subproject commit
87a3f244f6ed22d8fe8343957270fe4f5f457e98
src/Grid/tests/sgrid_dist_id_gpu_unit_tests.cu
View file @
1c4ecf4e
...
...
@@ -212,11 +212,12 @@ void sgrid_ghost_get(size_t (& sz)[2],size_t (& sz2)[2])
gdist
.
template
flush
<
smax_
<
0
>
>
(
flush_type
::
FLUSH_ON_DEVICE
);
gdist
.
template
deviceToHost
<
0
>();
gdist
.
write
(
"before_ghost"
);
gdist
.
write
_debug
(
"before_ghost"
);
gdist
.
template
ghost_get
<
0
>(
RUN_ON_DEVICE
);
gdist
.
template
deviceToHost
<
0
>();
gdist
.
write_debug
(
"after_ghost"
);
// Now we check that ghost is correct
...
...
@@ -296,6 +297,8 @@ BOOST_AUTO_TEST_CASE( sgrid_gpu_test_ghost_get )
size_t
sz6
[
2
]
=
{
15
,
15
};
sgrid_ghost_get
(
sz
,
sz6
);
return
;
size_t
sz2
[
2
]
=
{
170
,
170
};
size_t
sz3
[
2
]
=
{
15
,
15
};
sgrid_ghost_get
(
sz2
,
sz3
);
...
...
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