Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions csrc/xpu_kernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ template <typename T, int TILE_SIZE, int NUM_PER_TH, int DATA_TYPE> class kDequa

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

kgemv_4bit_inference(
Expand Down
Loading