We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55217d commit 4e519c0Copy full SHA for 4e519c0
ggml/src/ggml-sycl/flash-attn/flash-attn-sycl.cpp
@@ -70,7 +70,6 @@ void ggml_sycl_op_flash_attn(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
70
});
71
}
72
73
- stream->wait();
74
75
sycl::free(l_d, *stream);
76
sycl::free(m_d, *stream);
0 commit comments