0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'initial_docs' into 'master'
Stuart Slattery
as Slattery, Stuart R
More... over 7 years ago
Adding initial documentation in rst format More... over 7 years ago
Merge branch 'parallel_for' into 'master'
Stuart Slattery
as Slattery, Stuart R
More... over 7 years ago
changing inner array size template parameter name in AoSoA and adding bounds helper functions for parallel_for More... over 7 years ago
adding a constructor to index range policy to automatically extract begin and end from a container More... over 7 years ago
adding doxygen to parallel_for More... over 7 years ago
adding some doxygen More... over 7 years ago
cleaning performance example More... over 7 years ago
change const behavior of data accessors to match Kokkos::View semantics More... over 7 years ago
adding performance traits to provide a single encapsulation of performance-related settings for data layouts and loop bodies More... over 7 years ago
using kokkos to get cuda warp size More... over 7 years ago
adding inner array sizes More... over 7 years ago
changing tag in example More... over 7 years ago
adding warp-sized inner array size for cuda specialization More... over 7 years ago
adding cuda performance test More... over 7 years ago
cleaning inner array size specializations More... over 7 years ago
cleaning core dependencies More... over 7 years ago
adding additional test memory space More... over 7 years ago
changing BOOST_TEST to BOOST_CHECK to work around nvcc variadic macro bug More... over 7 years ago
adding cuda TPL More... over 7 years ago
adding portable tests More... over 7 years ago
adding missing memory space to malloc More... over 7 years ago
adding execution policy over a range of indices More... over 7 years ago
adding index tests More... over 7 years ago
adding parallel for and test More... over 7 years ago
adding array size accessor to index More... over 7 years ago
Merge branch 'fixing_iterator_bounds' into 'master'
Stuart Slattery
as Slattery, Stuart R
More... over 7 years ago
adding fences to reserve More... over 7 years ago
Fixing indexing error in end() calculation More... over 7 years ago
Refactoring view parameters and memory to use Kokkos portability layer More... over 7 years ago