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 4e519c0 commit 693157cCopy full SHA for 693157c
ggml/src/ggml-sycl/flash-attn/flash-attn-sycl.cpp
@@ -40,7 +40,7 @@ void ggml_sycl_op_flash_attn(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
40
float scale;
41
float max_bias;
42
float logit_softcap;
43
-
+
44
std::memcpy(&scale, (const float *) dst->op_params + 0, sizeof(float));
45
std::memcpy(&max_bias, (const float *) dst->op_params + 1, sizeof(float));
46
std::memcpy(&logit_softcap, (const float *) dst->op_params + 2, sizeof(float));
0 commit comments