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