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][NewOffloadModel] Improve arch association for device (#13898)
When using the new offloading model, the values being passed to
-fsycl-targets were not fully being realized when attempting to target
specific architectures. Uses of -fsycl-targets=intel_gpu_* were not
properly setting the arch values that are used down the line (namely the
packaging step).
Improve this situation by populating the assocated architecture mappings
with what is seen when parsing the -fsycl-targets option. This applies
to all intel_gpu, nvidia_gpu and amd_gpu targets.
0 commit comments