repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
SemaCUDA
/
fp16-arg-return.cu
blob
23a9613b18b2846b3bb3004d82bcf50eb1f7ab2d
1
// RUN: %clang_cc1 -emit-llvm -o - -triple amdgcn-amd-amdhsa -fcuda-is-device -fsyntax-only -verify %s
2
3
// expected-no-diagnostics
4
5
__fp16 testFP16AsArgAndReturn(__fp16 x) {
6
return x;
7
}