Lines Matching +full:r600 +full:- +full:-
1 // REQUIRES: amdgpu-registered-target
2 // REQUIRES: x86-registered-target
4 // RUN: %clang_cc1 "-aux-triple" "x86_64-unknown-linux-gnu" "-triple" "r600-unknown-unknown"\
5 // RUN: -fcuda-is-device "-aux-target-cpu" "x86-64" -fsyntax-only -verify=r600 %s
7 // AMDGCN has storage-only support for bf16. R600 does not support it should error out when
13 // r600 should error on all uses of the type.
15 // r600-error@+1 {{__bf16 is not supported on this target}}
17 // r600-error@+1 {{__bf16 is not supported on this target}}
19 // r600-error@+1 {{__bf16 is not supported on this target}}
21 // r600-error@+1 {{__bf16 is not supported on this target}}
24 // r600-error@+1 2 {{__bf16 is not supported on this target}}
26 __bf16 bf16 = in; // r600-error {{__bf16 is not supported on this target}} in test()
29 // r600-error@+1 {{__bf16 is not supported on this target}} in test()
34 // r600-error@+1 {{__bf16 is not supported on this target}} in test()
39 // r600-error@+1 {{__bf16 is not supported on this target}} in test()
44 // r600-error@+1 {{__bf16 is not supported on this target}} in test()
50 // r600-error@+1 2 {{__bf16 is not supported on this target}}
55 // r600-error@+2 {{__bf16 is not supported on this target}}
56 // r600-error@+1 {{vector size not an integral multiple of component size}}