[PATCH] D79515: [CUDA] Enable existing builtins for PTX7.0 as well.
Tim Shen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 6 13:35:25 PDT 2020
timshen accepted this revision.
timshen added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/CodeGen/builtins-nvptx-ptx60.cu:6
// RUN: %clang_cc1 -triple nvptx64-unknown-unknown -target-cpu sm_80 \
-// RUN: -fcuda-is-device -target-feature +ptx65 \
+// RUN: -fcuda-is-device -target-feature +ptx70 \
// RUN: -S -emit-llvm -o - -x cuda %s \
----------------
Keep ptx65 as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79515/new/
https://reviews.llvm.org/D79515
More information about the cfe-commits
mailing list