This PR removes kokkos specific code from spiner for the getondevice function.
Addresses #54
@mauneyc-LANL @Yurlungur please take a look. I think poc needs more functionality to expose information about memory/execution spaces so that I don't need the hacky preprocessor stuff.
I should also note that this won't work until the latest changes from ports-of-call are pulled in.
PR Summary
PR Checklist
[x] Code is formatted. (You can use the format_spiner make target.)
[x] Adds a test for any bugs fixed. Adds tests for new features.
[x] If preparing for a new release, update the version in cmake.
…d on new ports-of-call capabilities.
This PR removes kokkos specific code from spiner for the
getondevice
function. Addresses #54@mauneyc-LANL @Yurlungur please take a look. I think poc needs more functionality to expose information about memory/execution spaces so that I don't need the hacky preprocessor stuff.
I should also note that this won't work until the latest changes from ports-of-call are pulled in.
PR Summary
PR Checklist