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] Disable errors from warnings while building the Unified Runtime (#8670)
Currently we disable warnings using specific set of options, some of
them are supported by GCC only. Also new warnings may appear in the
future and they will cause build failures and require another specific
options.
So just use more generic -Wno-error option instead to ignore all
warnings because unified runtime is external project.
0 commit comments