alpaka-group / cupla

C++ User interface for the Platform independent Library Alpaka :arrows_clockwise:
Other
37 stars 18 forks source link

usage of cupla without cuda renaming macros #161

Closed psychocoderHPC closed 4 years ago

psychocoderHPC commented 4 years ago

Currently it is always required to load the cupla header where we rename witih macros cuda functions and types. This introduces many issue e.g. that the cuda_to_cupla.hpp include must always be the first include.

note: on device math function will be introduced in a separate PR