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

Update drivers in perf_tests/graph to use Kokkos::initialize() #200

Closed
william76 opened this issue Apr 4, 2018 · 0 comments
Closed

Update drivers in perf_tests/graph to use Kokkos::initialize() #200

william76 opened this issue Apr 4, 2018 · 0 comments

Comments

@william76
Copy link
Contributor

Motivation

@crtrott requested this on PR #198 but this fix is out of the scope of that PR, which specifically addresses two bugs in the D2 Graph Coloring kernel when run on GPUs, so we should address these changes as an issue and apply the update to all the drivers in perf_test/graph.

We should have a discussion about this fix as well to make sure that using Kokkos::initialize() does what we want it to do for the purposes of the perf tests.

Action Items

Update the drivers in perf_test/graph/ to use Kokkos::initialize() and remove calls like #if defined(KOKKOS_HAVE_OPENMP) in favor of the new system.

Some documentation on Kokkos::initialize() is provided on the Kokkos Wiki.

@mndevec
@crtrott

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants