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
[Driver][SYCL] Limit default device check when default triple is used (#4404)
When -fsycl (by itself) or -fsycl-targets=spir64 is used, do not perform
the default device check in the command line binaries. We do not want to
say the default device is implied if the user specified them. This was
preventing -Xsycl-target-backend/-Xsycl-target-link from being fulfilled
during link specific compilations.
0 commit comments