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 e01fa29 commit 6a51e76Copy full SHA for 6a51e76
src/plugins/intel_gpu/src/graph/impls/ocl_v2/sdpa_micro.cl
@@ -544,7 +544,7 @@ KERNEL(micro_sdpa)(OPTIONAL_SHAPE_INFO_ARG
544
#define greater_than(offset_k, offset_q) (offset_k > offset_q)
545
#endif
546
547
- #if IS_PAGED_ATTENTION && IS_PREFILL == 1
+ #if IS_PAGED_ATTENTION && HAS_SINK_INPUT
548
#define scale(x) ((x)* scale)
549
tile_elementwise(S_tile, scale);
550
0 commit comments