[PATCH] D99235: [HIP] Change to code object v4
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 6 17:28:15 PDT 2021
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: clang/test/Driver/hip-code-object-version.hip:24-39
// Check bundle ID for code object v2.
// RUN: %clang -### -target x86_64-linux-gnu \
// RUN: -mno-code-object-v3 \
// RUN: --offload-arch=gfx906 -nogpulib \
// RUN: %s 2>&1 | FileCheck -check-prefixes=V2,V2-WARN %s
----------------
tra wrote:
> Nit: it would be nice to move V2 tests above the V3, so the tests are in order.
sorry I missed it. will do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99235/new/
https://reviews.llvm.org/D99235
More information about the cfe-commits
mailing list