Skip to content

Commit af5b644

Browse files
ye-NXsafranowithCISC
committed
Update ggml/src/ggml-sycl/flash-attn/flash-attn-sycl.cpp
Co-authored-by: safranowith <[email protected]> Co-authored-by: ye-NX <[email protected]> Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 4f52591 commit af5b644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void ggml_sycl_op_flash_attn(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
4040
float scale;
4141
float max_bias;
4242
float logit_softcap;
43-
43+
4444
std::memcpy(&scale, (const float *) dst->op_params + 0, sizeof(float));
4545
std::memcpy(&max_bias, (const float *) dst->op_params + 1, sizeof(float));
4646
std::memcpy(&logit_softcap, (const float *) dst->op_params + 2, sizeof(float));

0 commit comments

Comments
 (0)