brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · b02c666 Raw
10 lines · plain
1// RUN: %clang_cc1 -o - -triple amdgcn-amd-amdhsa -fcuda-is-device -fsyntax-only -verify %s2// RUN: %clang_cc1 -o - -triple spirv64-amd-amdhsa -fcuda-is-device -fsyntax-only -verify %s3// RUN: %clang_cc1 -o - -triple x86_64-unknown-gnu-linux -fsyntax-only -verify -xhip %s4 5// expected-no-diagnostics6 7__fp16 testFP16AsArgAndReturn(__fp16 x) {8  return x;9}10