Skip to content

Commit

Permalink
code name
Browse files Browse the repository at this point in the history
Signed-off-by: liqunfu <liqun.fu@microsoft.com>
  • Loading branch information
liqunfu committed Jul 30, 2024
1 parent 52fc7fa commit 0933a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnxruntime/contrib_ops/cpu/quantization/matmul_nbits.cc
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ Status MatMulNBits::Compute(OpKernelContext* ctx) const {
data[i].Bias = bias_data;
data[i].C = y_data + helper.OutputOffsets()[i];
data[i].ldc = N;
data[i].node_name = this->Node().Name();
}
MlasSQNBitGemmBatch(M, N, K, batch_count, nbits_, block_size_, compute_type, data.data(), workspace.get(),
thread_pool);
Expand Down

0 comments on commit 0933a6b

Please sign in to comment.