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
Test that backend is CUDA before using CUDA-specifics in temporary_allocator.
To handle the case that we are using nvcc to compile non-CUDA, e.g.
OMP, code, test that the backend THRUST_DEVICE_SYSTEM is
THRUST_DEVICE_SYSTEM_CUDA before including and using CUDA-specific
code, terminate_with_message().
0 commit comments