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
037e31d6
Verified
Commit
037e31d6
authored
Dec 03, 2020
by
bianucci
🐛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finalise performance results for paper
parent
8663ab25
Pipeline
#2470
passed with stages
in 24 minutes and 37 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
597 additions
and
128 deletions
+597
-128
openfpm_data
openfpm_data
+1
-1
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.
openfpm_data
@
0fe608e8
Subproject commit
4788cf4a2fe06fb5cd70416ebcce2b34542a55bb
Subproject commit
0fe608e8c125e855cf25e0f6c683680f17843c5a
src/Grid/grid_dist_id.hpp
View file @
037e31d6
...
...
@@ -3246,6 +3246,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 @
037e31d6
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