blob: 3c1e8f5430fa4e6d7d704da4d3b995568f293b0d [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const vector<float16_t, 2> b = vector<float16_t, 2>(float16_t(1.0h), float16_t(2.0h));
return;
}