We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_HAVE_* flags are deprecated in kokkos. Every where it appears as MACRO should be replaced with KOKKOS_ENABLE_*
The text was updated successfully, but these errors were encountered:
Addressed (partially) by #218, thanks @mndevec !
Sorry, something went wrong.
Batch functions (src, unit_test, perf_test) in kokkos kernels does not use the macro KOKKOS_HAVE.
KOKKOS_HAVE
Enable with deprecated code: round 1 - KOKKOS_HAVE to KOKKOS_ENABLE
390b8db
Part of issues #223 and #219
Updated in PR #227
kyungjoo-kim
crtrott
srajama1
ndellingwood
No branches or pull requests
KOKKOS_HAVE_* flags are deprecated in kokkos. Every where it appears as MACRO should be replaced with KOKKOS_ENABLE_*
The text was updated successfully, but these errors were encountered: