blob: c68d655e2b911b001f91d0ba53643c2c81e560a5 [file] [log] [blame]
SKIP: FAILED
vector<float16_t, 2> subgroupBroadcast_13f36c() {
vector<float16_t, 2> res = WaveReadLaneAt((float16_t(1.0h)).xx, 1u);
return res;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce = subgroupBroadcast_13f36c();
}
DXC validation failure:
hlsl.hlsl:8:3: error: use of undeclared identifier 'prevent_dce'
prevent_dce = subgroupBroadcast_13f36c();
^