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
Now that the CUDAfication of math is underway many of the same techniques can be applied here to enable CUDA and SYCL support throughout the library. The main point of difficulty for SYCL will be removing recursion from the constructors of the non-fast types.
The text was updated successfully, but these errors were encountered:
spir64-unknown-unknown aka SYCL does not support 128-bit integer types even thought the host compiler (ICPX) does. Need to add additional macro checks.
Now that the CUDAfication of math is underway many of the same techniques can be applied here to enable CUDA and SYCL support throughout the library. The main point of difficulty for SYCL will be removing recursion from the constructors of the non-fast types.
The text was updated successfully, but these errors were encountered: