blob: b3aef5e0d6c338e19b732f357f0813dea9695483 [file] [log] [blame]
void f() {
matrix<float16_t, 2, 3> v = matrix<float16_t, 2, 3>((float16_t(0.0h)).xxx, (float16_t(0.0h)).xxx);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}