Sign in
llvm
/
clang
/
65acf43270ea2894dffa0d0b292b92402f80c8cb
/
.
/
test
/
SemaCUDA
/
float16.cu
blob: a9cbe87f32c1001f2f27c026a2ef47425016c6d3 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -triple x86_64 -aux-triple amdgcn -verify %s
// expected-no-diagnostics
#include
"Inputs/cuda.h"
__device__
void
f
(
_Float16
x
);
__device__
_Float16
x
=
1.0f16
;