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