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

Kokkos Model #35

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Kokkos Model #35

wants to merge 23 commits into from

Conversation

pranav-sivaraman
Copy link
Contributor

We have created a Kokkos Implementation of XSBench

cc: @jhdavis8

Notes

Makefile Build Type

  • Allows users to build Kokkos from scratch and assumes that the Kokkos repository is located in the same directory as the Kokkos model.
  • Simplifies the process of getting started with XSBench and Kokkos

CMake Build System

  • Allows linking of XSBench with an installed Kokkos Package
  • Can't link to an installed Kokkos installation with Makefile.

Kokkos Execution Policies

  • Kokkos allows the user to build multiple execution policies for both Host and GPU environments
  • Kokkos follows a hierarchical priority. The order is device, host-parallel, and serial execution modes.
  • If you want to use the only OpenMP backend you have to configure and build Kokkos only with the OpenMP backend

Any feedback would be greatly appreciated

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.

2 participants