[clang] cuda clang: Move nvptx-surface.cu test to CodeGenCUDA (PR #134758)
Artem Belevich via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 8 10:56:45 PDT 2025
================
@@ -2,6 +2,170 @@
// RUN: %clang_cc1 -triple nvptx64-unknown-unknown -fcuda-is-device -O3 -o - %s -emit-llvm | FileCheck %s
#include "Inputs/cuda.h"
+struct char1 {
----------------
Artem-B wrote:
These type declarations should go into Inputs/cuda.h
https://github.com/llvm/llvm-project/pull/134758
More information about the cfe-commits
mailing list