Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cabana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue 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
CoPA
Cabana
Graph
efca76d35be15d1d900850c2629206a53991730e
Select Git revision
Branches
3
dev
master
default
protected
parallel_pic_example
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Sep
17
14
13
12
11
10
9
30
Aug
27
23
20
14
25
Jul
24
19
29
Jun
28
21
18
17
14
6
5
4
1
31
May
30
25
21
17
16
10
4
2
1
30
Apr
17
16
9
6
31
Mar
30
29
26
24
23
21
20
19
16
15
14
13
9
7
5
10
Jan
Merge branch 'remove_rank_4' into 'master'
master
master
Removing rank-4 data type support.
Merge branch 'doc-edit-gy' into 'master'
Merge branch 'remove_kokkos_from_api' into 'master'
fixing spacing
add Cabana macros that mirror Kokkos macros for portability
adding Core library header file with initialization and finalization
Merge branch 'license' into 'master'
adding BSD 3-clause license
Merge branch 'data_structure_api' into 'master'
fixing signed/unsigned warnings
updating comments
Making integer types consistent
generalizing integer indexing and changing sizes from int to std::size_t
adding concept checks to Slice
changing default CPU vector length to 16 from 8. kokkos does not seem to have a hardware-dependent value at this time
adding more concept checking to AoSoA template parameters
renaming field -> member
adding aligned memory access to traits
rename MemberDataTypes -> MemberTypes
eliminating member tag
changing particle -> tuple in comments
updating copy naming convention
rename Particle -> Tuple
removing memory access slice creator in aosoa in favor of slice assignment and copy operators
adding constructor and assignment operator for slices to allow for memory access type conversion
adding aosoa access test
adding soa access to aosoa
Moving SoA out of Impl namespace
Renaming MemberSlice -> Slice
updating AoSoA comments
moving inner array layout to SoA
updating aosoa particle get/set
inheriting particle from SoA
cleaning SoA
reducing code in particle class
changing view accessor to slice in aosoa
eliminating layout right
Merge branch 'neighbor_list' into 'master'
adding neighbor list MD performance test
Loading