kokkos / simd-math

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

Added missing decorations to some overloads #27

Closed tasmith4 closed 3 years ago

tasmith4 commented 3 years ago

@ibaned @alanw0

The volatile overloads in scalar.hpp didn't have SIMD_HOST_DEVICE decorations, causing warnings on some platforms about calling a __host__ function from a __host__ __device__ function.

ibaned commented 3 years ago

Thank you @tasmith4 !