You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR allows to compile `.cu` files with SYCL, i.e.,
1. Compile `.cu` sources in order to generate `.o` files for SYCL.
2. Compile `.cu` and `.cpp` files for obtaining a SYCL executable.
3. Create a dummy (CUDA) `__host__` function for each (CUDA) `__device__` function that hasn't one.
0 commit comments