blob: 1deb3e46929e762f1850f9c20eded6462c88f1e8 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
float16_t a = float16_t(1.0h);
float16_t b = float16_t(2.0h);
float16_t r = (a * b);
return;
}