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] Do not emit mismatch warning with -fsycl-force-target (#17013)
The use of -fsycl-force-target=arg allows for a user to override the
default target triple that is used to unbundle device objects from the
fat objects. A diagnostic warning is emitted to inform the user that the
expected target values within the given objects is not found. This
diagnostic is not valid when -fsycl-force-target is used with the
matching target value.
Avoid emitting this warning when the -fsycl-force-target=arg matches
what is found in the incoming objects.
0 commit comments