Skip to content

Commit a2fa50a

Browse files
Update ggml/src/ggml-sycl/norm.cpp
Co-authored-by: Neo Zhang Jianyu <[email protected]>
1 parent 30e78ed commit a2fa50a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-sycl/norm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@ void ggml_sycl_op_rms_norm_back(ggml_backend_sycl_context & ctx, ggml_tensor * d
634634
});
635635
});
636636

637-
q->wait_and_throw();
638637
}
639638

640639
void ggml_sycl_op_l2_norm(ggml_backend_sycl_context& ctx, ggml_tensor* dst) {

0 commit comments

Comments
 (0)