brintos

brintos / llvm-project-archived public Read only

0
0
Text · 364 B · 9c7faef Raw
10 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -triple x86_64 -aux-triple amdgcn -verify %s2// RUN: %clang_cc1 -fsyntax-only -triple x86_64 -aux-triple spirv64-amd-amdhsa -verify %s3// RUN: %clang_cc1 -fsyntax-only -triple x86_64 -aux-triple nvptx64 -verify %s4// expected-no-diagnostics5#include "Inputs/cuda.h"6 7__device__ void f(_Float16 x);8 9__device__ _Float16 x = 1.0f16;10