Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiweiswift committed Dec 20, 2024
1 parent d832050 commit 8385f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ATen/native/xpu/sycl/LinearInt4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ void linear_int4_kernel(
int64_t m = A.size(0);
int64_t n = C.size(1);
int64_t k = A.size(1);
int constexpr Unroll = 2;
int constexpr SgSize = 16;
sycl::range<1> local_range{SgSize};
sycl::range<1> global_range{static_cast<size_t>(n) * SgSize};
Expand Down

0 comments on commit 8385f7e

Please sign in to comment.