Skip to content

Commit 6ea8c13

Browse files
committed
fix
Signed-off-by: hust17yixuan <[email protected]>
1 parent 526ce49 commit 6ea8c13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

csrc/torch_binding_meta.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,9 @@ TORCH_LIBRARY_IMPL_EXPAND(CONCAT(_C, _ascend), Meta, ops) {
178178
ops.impl("mla_preprocess", &vllm_ascend::meta::mla_preprocess);
179179
// grouped_matmul_swiglu_quant meta implementation
180180
ops.impl("grouped_matmul_swiglu_quant", &vllm_ascend::meta::grouped_matmul_swiglu_quant);
181-
<<<<<<< HEAD
182181
// Grouped matmul swiglu quant weight nz tensor list
183182
ops.impl("grouped_matmul_swiglu_quant_weight_nz_tensor_list", &vllm_ascend::meta::grouped_matmul_swiglu_quant_weight_nz_tensor_list_meta);
184-
=======
185183
// batch_matmul_transpose
186184
ops.impl("batch_matmul_transpose", &vllm_ascend::meta::batch_matmul_transpose);
187-
>>>>>>> d7542c93 (add bmm_transpose ops)
188185
}
189186
}

0 commit comments

Comments
 (0)