[PATCH] D154531: [AMDGPU] Support -mcpu=native for OpenCL
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 5 15:39:07 PDT 2023
arsenm added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:86
+def warn_drv_multi_gpu_arch : Warning<
+ "multiple %0 architecture are detected: %1; only the first one is used for "
+ "'%2'">, InGroup<MultiGPU>;
----------------
s/architecture/architectures/
Maybe should stick to the "device" terminology opencl uses
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154531/new/
https://reviews.llvm.org/D154531
More information about the cfe-commits
mailing list