Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
clang
/
327f79bc69360fadf014aecc5e81bc706f9693b6
/
.
/
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
;