Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_data
Graph
8fa8fc30167aa16dd314d156a20ba9faa65d76c1
Select Git revision
Branches
20
3index_expressions
AdaptiveNN
CNV_Caller
Dcpse_gpu
FD_solver
Formal_interface
GPU_p2m
GPU_test
GPU_verlet
SparseGridGpu
Weight_counter
amr_refactor
amr_struct
cell_list_gpu_symm
closest-point
cuda_on_cpu
cudify_openmp
develop
hip_conversion
hip_conversion2
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Feb
19
Dec
16
Oct
30
Sep
19
29
Aug
16
7
31
Jul
2
1
27
Jun
26
14
7
31
May
29
28
21
20
18
16
15
14
13
11
9
8
8
Apr
3
2
26
Mar
25
21
20
10
8
1
26
Feb
22
13
9
8
5
25
Jan
19
17
16
2
15
Nov
1
26
Oct
25
13
10
5
4
3
21
Aug
2
1
31
Jul
13
22
Jun
14
23
May
22
14
27
Apr
11
10
6
7
Mar
2
1
13
Feb
10
14
Jul
8
Jun
5
Apr
29
Mar
17
8
4
28
Feb
25
24
11
30
Jan
29
25
21
14
11
10
6
5
4
2
30
Dec
29
28
27
24
19
15
13
12
26
Nov
25
20
17
16
15
14
13
11
4
3
27
Oct
26
20
18
16
9
8
6
4
30
Sep
29
26
25
24
23
16
11
7
6
31
Aug
30
20
12
5
27
Jul
22
21
19
7
4
20
Jun
15
14
7
31
May
19
18
16
14
13
6
5
28
Apr
27
26
23
22
21
20
19
13
8
1
24
Mar
22
21
18
17
2
1
28
Feb
21
20
17
13
12
7
6
5
25
Jan
22
17
13
10
8
7
6
3
2
1
18
Dec
13
11
8
5
4
3
2
29
Nov
24
23
22
21
20
15
14
12
11
10
9
8
7
29
Oct
27
25
23
17
16
15
13
12
2
16
Sep
15
8
4
23
Aug
8
6
24
Jul
23
20
19
17
10
8
7
6
5
30
Jun
29
25
23
20
19
17
16
11
10
9
8
7
31
May
29
28
23
20
18
17
16
15
14
13
4
1
24
Apr
23
16
11
27
Mar
22
16
3
Feb
23
Jan
18
14
Add missing assignment of boxNeighborNumber in operator= of CellList_gpu
master
master
Add missing assignment of boxNeighborNumber in operator= of CellList_gpu
develop
develop
Merge branch 'develop' into voronoi_model
voronoi_model
voronoi_model
Add support for multiphase adaptive verlet list
Add symmetric box iterator for cell list on GPU
Fix PPInterpolation with SurfaceDcpse
Fix xcode 15.0 compilation issues
Fix copy constructor; fix rvalue semantics in copy contructor in CellList_gpu
Extend Verlet List to multi-phase / cell list initialization
Add Verlet List to vector_dist_subset
Add an option to create Verlet List with domain iterator (instead of pos vector)
Copy rcutNeighborCellOffset/boxNeighborCellOffset in CellList_gpu on copy construction and swap()
Revert "Copy rcutNeighborCellOffset in CellList_gpu on copy construction and swap()"
Merge pull request #6 from amfoggia/develop
Copy rcutNeighborCellOffset in CellList_gpu on copy construction and swap()
Fix cub/hipcub Reduce init value
Cell List on GPU base implementation
cell_list_gpu_s…
cell_list_gpu_symm
Fix CellList radius iterator
Add Cell list on GPU iterator check for negative cell indices (caused by not insufficient padding)
Fix no return statement in VerletList
Get rid of getNNIterator in Cell List. Rename to explicit Box/Radius iterators
Make optional REORDER & RESTORE operations on vector_dist with Cell list
Refactor NN_gpu_it_box and NN_gpu_it_radius into NN_gpu_it
Fix cell list on gpu: border cells with not enough padding memory error
Fix example codes after cell list / Verlet list update; reorderParticlesPrp reorder template variadic params only
Fix setOpt with no return value bug (O3 detectable only)
Rename sortedToUnsortedIndexNoGhost to sortedToSortedIndexNoGhost in CellList_gpu_ker
Rename createVerletCrs to fillCRSSymmetric in VerletList
Add Verlet list adaprive r_cut; disable fillNonSymmetricRadius
Merge branch 'feat/new_dcpse' of github.com:abhinavsns/openfpm_data into new_dcpse
Get rid of create method in Verlet List
Pass options flag to Verlet List constructor
Partial refactor of Verlet List; get rid of NNType, PartItNN, NNTypeM
Remove VerletlistFast.hpp
Rename Cell list iterator getCellIterator to getCellParticleIterator
Rename CellListNNIteratorRadius.hpp to CellNNIteratorRadius.hpp
Rename Proc_keys to SFC (space-filling curve)
Refactor Cell list file structure
Fix CellList copy constructor
Refactor getCellList to use options flag
Loading