[clang] [Driver][ROCm][ASan] Skip checking ':xnack+' feature for gfx12. (PR #126885)
Amit Kumar Pandey via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 03:11:01 PST 2025
================
@@ -1112,6 +1112,11 @@ bool AMDGPUToolChain::shouldSkipSanitizeOption(
assert(OptionalGpuArch && "Invalid Target ID");
(void)OptionalGpuArch;
+
+ // Skip checking 'xnack+' feature availability for gfx12 family.
----------------
ampandey-1995 wrote:
Sorry, but I didn't understand , could you please elaborate?
https://github.com/llvm/llvm-project/pull/126885
More information about the cfe-commits
mailing list