kokkos / simd-math

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

Fixing some cuda stuff which was weird. #13

Closed crtrott closed 4 years ago

crtrott commented 4 years ago

Basically my exercises for the Tutorial wouldn't compile. This fixes the issues. Generally I think we may wanna have CUDA only abi compile on the host but throw or so if you actually call anything? For example how do we deep_copy(View,scalar) with cuda_warp storage as the view value_type etc.

crtrott commented 4 years ago

@ibaned do you have any comments on this?