blob: 5d6ce5fba07128a4712aad6faca8abcd42ede0ec [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const vector<float16_t, 3> a = vector<float16_t, 3>(float16_t(1.0h), float16_t(2.0h), float16_t(3.0h));
const vector<float16_t, 3> r = (a / float16_t(4.0h));
return;
}