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] Add missing supported AMDGPU architectures to SYCL (#15723)
The three added `gfx7` architectures were previously omitted from the
list of supported ones for SYCL targeting AMDGPU.
There is no rational for them to be excluded rather than a potential
mistake when all the rest were added, so this PR adds them in.
All of these exactly match the LLVM AMDGPU support docs here:
https://llvm.org/docs/AMDGPUUsage.html#processors.
This also makes reusing the current `OffloadArch` enum in clang Driver
easier with no concern of whether we have to filter these out for SYCL.
0 commit comments