diff --git a/kompute-shaders/op_mul_mat_mat_f32.comp b/kompute-shaders/op_mul_mat_mat_f32.comp index 6cc5558b2..d1ca4ad6c 100644 --- a/kompute-shaders/op_mul_mat_mat_f32.comp +++ b/kompute-shaders/op_mul_mat_mat_f32.comp @@ -48,4 +48,4 @@ void main() { if (subgroupElect()) { out_[gid.z*(pcs.nb2/4) + gid.y*(pcs.nb1/4) + gid.x + pcs.outOff] = all_sum; } -} \ No newline at end of file +}