dan sinclair | 999d93a | 2024-08-15 20:42:57 +0000 | [diff] [blame] | 1 | SKIP: INVALID |
Antonio Maiorano | 780c409 | 2024-08-14 19:51:48 +0000 | [diff] [blame] | 2 | |
| 3 | |
| 4 | RWByteAddressBuffer prevent_dce : register(u0); |
| 5 | vector<float16_t, 2> subgroupMax_a3afe3() { |
| 6 | vector<float16_t, 2> res = WaveActiveMax((float16_t(1.0h)).xx); |
| 7 | return res; |
| 8 | } |
| 9 | |
| 10 | void fragment_main() { |
| 11 | prevent_dce.Store<vector<float16_t, 2> >(0u, subgroupMax_a3afe3()); |
| 12 | } |
| 13 | |
| 14 | [numthreads(1, 1, 1)] |
| 15 | void compute_main() { |
| 16 | prevent_dce.Store<vector<float16_t, 2> >(0u, subgroupMax_a3afe3()); |
| 17 | } |
| 18 | |
| 19 | FXC validation failure: |
Antonio Maiorano | 4f97c0e | 2024-08-22 05:42:29 +0000 | [diff] [blame] | 20 | <scrubbed_path>(3,8-16): error X3000: syntax error: unexpected token 'float16_t' |
Antonio Maiorano | 780c409 | 2024-08-14 19:51:48 +0000 | [diff] [blame] | 21 | |
Antonio Maiorano | aef5957 | 2024-08-23 21:30:37 +0000 | [diff] [blame] | 22 | |
| 23 | tint executable returned error: exit status 1 |