[PATCH] D99201: [HIP] Diagnose unaligned atomic for amdgpu

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 6 12:01:02 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/test/Driver/hip-options.hip:144
+
+// RUN: %clang -### -target x86_64-unknown-linux-gnu -nogpuinc -nogpulib \
+// RUN:   --cuda-gpu-arch=gfx906 %s 2>&1 | FileCheck -check-prefix=WARN-ATOMIC %s
----------------
Prefer `--target=` to deprecated (since 3.x) `-target `


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99201/new/

https://reviews.llvm.org/D99201



More information about the cfe-commits mailing list