Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9290de56
Unverified
Commit
9290de56
authored
Jul 02, 2025
by
周周周
Committed by
GitHub
Jul 02, 2025
Browse files
remove unused variables in marlin_template.h (#20236)
parent
7f280d69
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
csrc/moe/marlin_moe_wna16/marlin_template.h
csrc/moe/marlin_moe_wna16/marlin_template.h
+0
-2
csrc/quantization/gptq_marlin/marlin_template.h
csrc/quantization/gptq_marlin/marlin_template.h
+0
-2
No files found.
csrc/moe/marlin_moe_wna16/marlin_template.h
View file @
9290de56
...
...
@@ -1255,8 +1255,6 @@ __global__ void Marlin(
if
constexpr
(
has_zp
&&
!
is_zp_float
)
{
if
(
is_new_zp
)
{
if
constexpr
(
group_blocks
==
-
1
)
is_first_matmul_in_slice
=
false
;
FragB
frag_zp_0
;
FragB
frag_zp_1
;
int
zp_quant_0
,
zp_quant_1
;
if
constexpr
(
w_type
.
size_bits
()
==
4
)
{
...
...
csrc/quantization/gptq_marlin/marlin_template.h
View file @
9290de56
...
...
@@ -1113,8 +1113,6 @@ __global__ void Marlin(
if
constexpr
(
has_zp
&&
!
is_zp_float
)
{
if
(
is_new_zp
)
{
if
constexpr
(
group_blocks
==
-
1
)
is_first_matmul_in_slice
=
false
;
FragB
frag_zp_0
;
FragB
frag_zp_1
;
int
zp_quant_0
,
zp_quant_1
;
if
constexpr
(
w_type
.
size_bits
()
==
4
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment