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
0
Merge Requests
0
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
6f458600
Commit
6f458600
authored
Mar 26, 2019
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sparse_cl passing the test
parent
d7c9ad84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/Vector/cuda/vector_dist_gpu_MP_tests.cu
src/Vector/cuda/vector_dist_gpu_MP_tests.cu
+2
-2
src/Vector/vector_dist_comm.hpp
src/Vector/vector_dist_comm.hpp
+6
-6
No files found.
src/Vector/cuda/vector_dist_gpu_MP_tests.cu
View file @
6f458600
...
...
@@ -673,7 +673,7 @@ BOOST_AUTO_TEST_CASE( vector_dist_multiphase_kernel_test_simplified )
BOOST_AUTO_TEST_CASE
(
vector_dist_multiphase_kernel_cl_test
)
{
/*
if (create_vcluster().getProcessingUnits() > 24)
if
(
create_vcluster
().
getProcessingUnits
()
>
24
)
{
return
;}
// The domain
...
...
@@ -777,7 +777,7 @@ BOOST_AUTO_TEST_CASE( vector_dist_multiphase_kernel_cl_test )
}
}
BOOST_REQUIRE_EQUAL(match,true);
*/
BOOST_REQUIRE_EQUAL
(
match
,
true
);
}
BOOST_AUTO_TEST_SUITE_END
()
...
...
src/Vector/vector_dist_comm.hpp
View file @
6f458600
...
...
@@ -20,14 +20,14 @@
#include "Vector/util/vector_dist_funcs.hpp"
#include "cuda/vector_dist_comm_util_funcs.cuh"
#define NO_POSITION 1
#define WITH_POSITION 2
#define NO_CHANGE_ELEMENTS 4
constexpr
int
NO_POSITION
=
1
;
constexpr
int
WITH_POSITION
=
2
;
constexpr
int
NO_CHANGE_ELEMENTS
=
4
;
#define BIND_DEC_TO_GHOST 1
constexpr
int
BIND_DEC_TO_GHOST
=
1
;
#define RUN_ON_DEVICE 1024
#define MAP_LOCAL 2
constexpr
int
RUN_ON_DEVICE
=
1024
;
constexpr
int
MAP_LOCAL
=
2
;
/*! \brief compute the communication options from the ghost_get/put options
*
...
...
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