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
[SYCL][CUDA][HIP] Define backend macros based on compiler (#15012)
Currently the backend macros are only defined when the runtime adapters
for the given backend are built.
It's more accurate to use whether or not the compiler can target these
backends, regardless of whether the runtime elements are present.
It should be possible to compile an application for a backend without
having to install the matching runtime.
0 commit comments