Skip to content

Commit 9290de5

Browse files
remove unused variables in marlin_template.h (#20236)
1 parent 7f280d6 commit 9290de5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

csrc/moe/marlin_moe_wna16/marlin_template.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,8 +1255,6 @@ __global__ void Marlin(
12551255
if constexpr (has_zp && !is_zp_float) {
12561256
if (is_new_zp) {
12571257
if constexpr (group_blocks == -1) is_first_matmul_in_slice = false;
1258-
FragB frag_zp_0;
1259-
FragB frag_zp_1;
12601258
int zp_quant_0, zp_quant_1;
12611259

12621260
if constexpr (w_type.size_bits() == 4) {

csrc/quantization/gptq_marlin/marlin_template.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,8 +1113,6 @@ __global__ void Marlin(
11131113
if constexpr (has_zp && !is_zp_float) {
11141114
if (is_new_zp) {
11151115
if constexpr (group_blocks == -1) is_first_matmul_in_slice = false;
1116-
FragB frag_zp_0;
1117-
FragB frag_zp_1;
11181116
int zp_quant_0, zp_quant_1;
11191117

11201118
if constexpr (w_type.size_bits() == 4) {

0 commit comments

Comments
 (0)