blob: db3e6a7cd31fb2fc0be1a68c22549b9c480618a5 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
matrix<float16_t, 4, 2> m = matrix<float16_t, 4, 2>((float16_t(0.0h)).xx, (float16_t(0.0h)).xx, (float16_t(0.0h)).xx, (float16_t(0.0h)).xx);
const matrix<float16_t, 4, 2> m_1 = matrix<float16_t, 4, 2>(m);
}