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
9abf72bf
Verified
Commit
9abf72bf
authored
Dec 03, 2020
by
bianucci
🐛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finalise performance results for paper
parent
d35dbfe0
Pipeline
#2486
failed with stages
in 60 minutes
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
596 additions
and
127 deletions
+596
-127
src/Grid/grid_dist_id.hpp
src/Grid/grid_dist_id.hpp
+8
-0
src/Grid/performance/SparseGridGpu_dist_single_benchmark.cu
src/Grid/performance/SparseGridGpu_dist_single_benchmark.cu
+588
-127
No files found.
src/Grid/grid_dist_id.hpp
View file @
9abf72bf
...
...
@@ -3282,6 +3282,14 @@ using sgrid_dist_id_gpu = grid_dist_id<dim,St,T,Decomposition,Memory,SparseGridG
template
<
unsigned
int
dim
,
typename
St
,
typename
T
,
typename
Memory
=
CudaMemory
,
typename
Decomposition
=
CartDecomposition
<
dim
,
St
,
CudaMemory
,
memory_traits_inte
>
>
using
sgrid_dist_sid_gpu
=
grid_dist_id
<
dim
,
St
,
T
,
Decomposition
,
Memory
,
SparseGridGpu
<
dim
,
T
,
default_edge
<
dim
>::
type
::
value
,
default_edge
<
dim
>::
tb
::
value
,
int
>>
;
// be=blockEdge size, tb=threadBlock size
template
<
unsigned
int
dim
,
typename
St
,
typename
T
,
unsigned
int
be
,
unsigned
int
tb
,
typename
Memory
=
CudaMemory
,
typename
Decomposition
=
CartDecomposition
<
dim
,
St
,
CudaMemory
,
memory_traits_inte
>
>
using
sgrid_dist_id_gpu_cb
=
grid_dist_id
<
dim
,
St
,
T
,
Decomposition
,
Memory
,
SparseGridGpu
<
dim
,
T
,
be
,
tb
>>
;
// be=blockEdge size, tb=threadBlock size, Zmorton version
template
<
unsigned
int
dim
,
typename
St
,
typename
T
,
unsigned
int
be
,
unsigned
int
tb
,
typename
Memory
=
CudaMemory
,
typename
Decomposition
=
CartDecomposition
<
dim
,
St
,
CudaMemory
,
memory_traits_inte
>
>
using
sgrid_dist_id_gpu_z_cb
=
grid_dist_id
<
dim
,
St
,
T
,
Decomposition
,
Memory
,
SparseGridGpu
<
dim
,
T
,
be
,
tb
,
long
int
,
memory_traits_inte
,
grid_zmb
<
dim
,
be
,
long
int
>>>
;
#endif
#endif
src/Grid/performance/SparseGridGpu_dist_single_benchmark.cu
View file @
9abf72bf
This diff is collapsed.
Click to expand it.
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