[clang] [HIP] change default offload archs (PR #139281)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Tue May 13 08:50:31 PDT 2025
arsenm wrote:
> It's just the AMDGCN target without any `+features`, right? The only issue I was aware of was assuming w64 when unspecified but you fixed that previously.
Almost, but it's problematic in several ways. The problems multiply once you start adding in manually specified target_features attributes
https://github.com/llvm/llvm-project/pull/139281
More information about the cfe-commits
mailing list