kokkos / simd-math

Library for length agnostic SIMD intrinsic support and the corresponding math operations
Other
20 stars 10 forks source link

Hotfix: fixes issue #16 - HOST_DEVICE issues (tested on CUDA & HIP) #17

Closed bjoo closed 4 years ago

bjoo commented 4 years ago

Here is the fix for the HOST_DEVICE issue (#16). My apologies for that accidentally slipping through. At least however it will have broken compilation so no wrong results.

crtrott commented 4 years ago

I think this was done with #13

bjoo commented 4 years ago

Fixed by #13 - closing so it won't be outstanding.