Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Kokkos Remote Spaces 1.2, rebases on top of master #39

Open
wants to merge 45 commits into
base: remote-spaces
Choose a base branch
from

Conversation

janciesko
Copy link

  • Updates initial implementation
  • Removes Makefile
  • Adds more CMake options
  • Rebases on top of master

Alan Humphrey and others added 30 commits July 22, 2019 15:13
….cpp:162:42: warning: more '%' conversions than data arguments [-Wformat]).
…ve been reorganized to be consistent with Kokkos::View. ExaMiniMD not currently using Arg3Type, which if provided corresponds to the MemoryTraits. Because the implementation is not using variadic templates, order of template arguments matters. For now simply passing the default value. May want to use this differently?
…>::team_size_max(Functor) changes to a member function of the team policy. The previous variant didn't take all necessary information into account and could potentially result in invalid answers.

 NOTE: the league and team size arguments passed to the TeamPolicy may warrant inspection (force_types/force_snap_neigh_impl.h:183), e.g., perhaps use team_scratch_size & thread_scratch_size?
Update ExaMiniMD for Kokkos v3.0 promotion
Original makefile was not removed
Cuda needs testing
This compiles now (leaving out the SNAP potential which requires,
ThreadVector level paralle_scan), but fails to do mandatory offload
for a couple kernels (sorting, neighborlist construction) in the LJ example.
Atempt to make ExaMiniMD work with OpenMPTarget
Fix running with the SYCL backend
fixup: MPI CMake configure flag typo
Add force module that uses KRS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants