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