This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 0760ab0929ce5dab6397f479c177eb6f4758f5ac Author: Wuwei Lin <wu...@apache.org> AuthorDate: Tue Dec 12 03:13:02 2023 +0000 cleanup --- src/runtime/contrib/cutlass/weight_preprocess.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runtime/contrib/cutlass/weight_preprocess.cc b/src/runtime/contrib/cutlass/weight_preprocess.cc index adbb67fb51..f82591fa84 100644 --- a/src/runtime/contrib/cutlass/weight_preprocess.cc +++ b/src/runtime/contrib/cutlass/weight_preprocess.cc @@ -80,8 +80,6 @@ TVM_REGISTER_GLOBAL("cutlass.symmetric_quantize").set_body_typed([](NDArray weig std::vector<size_t>{static_cast<size_t>(num_experts), static_cast<size_t>(rows), static_cast<size_t>(cols)}, true); - // out_weight.CopyFromBytes(output_cpu.data(), output_cpu.size()); - // out_scale.CopyFromBytes(scales_cpu.data(), scales_cpu.size() * sizeof(half)); return Array<NDArray>{out_weight, out_scale}; });