Skip to content

Commit a55217d

Browse files
Update ggml/src/ggml-sycl/flash-attn/flash-attn-sycl.cpp
Co-authored-by: Neo Zhang Jianyu <[email protected]>
1 parent fc0e041 commit a55217d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-sycl/flash-attn/flash-attn-sycl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ void ggml_sycl_op_flash_attn(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
5959
stream->fill(l_d, 0.0f, N);
6060
stream->fill(m_d, -std::numeric_limits<float>::infinity(), N);
6161
stream->fill(dst_d, 0.0f, N * d);
62-
stream->wait();
6362

6463
for (int j = 0; j < Tc; ++j) {
6564
stream->submit([&](sycl::handler & cgh) {

0 commit comments

Comments
 (0)