Skip to content

Commit 3d0f259

Browse files
authored
fix kernel (#1942)
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent 300a70f commit 3d0f259

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

csrc/xpu_kernels.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ template <typename T, int TILE_SIZE, int NUM_PER_TH, int DATA_TYPE> class kDequa
2222

2323
template <typename T, size_t GROUP_SIZE, size_t NUM_PER_THREAD, size_t SUBG_SIZE, int BITS> class kgemv_4bit_inference {
2424
public:
25+
[[sycl::reqd_sub_group_size(SUBG_SIZE)]]
2526
SYCL_EXTERNAL void operator()(sycl::nd_item<1> item) const;
2627

2728
kgemv_4bit_inference(

0 commit comments

Comments
 (0)