Skip to content

Commit 4452628

Browse files
authored
[GPU] adding a missed block_read related include (#31874)
### Details: - This PR adds a missed `block_read` related include - Backporting of #31809 ### Tickets: - 172478
1 parent 52fa8dd commit 4452628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/intel_gpu/src/graph/impls/ocl_v2/pa_kv_cache_update_ref.cl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
#include "include/batch_headers/common.cl"
6+
#include "include/batch_headers/sub_group_block_read.cl"
67

78
inline void FUNC(quantize_and_save_per_token)(__global const INPUT0_TYPE* in_data,
89
const uint in_data_offset,

0 commit comments

Comments
 (0)