"git@developer.sourcefind.cn:SIYIXNI/vllm.git" did not exist on "223c19224b917005c8ed9e614825b7940f9de84b"
Commit e2d228f6 authored by Jing Zhang's avatar Jing Zhang
Browse files

clean

parent df6d540f
......@@ -166,7 +166,6 @@ bool run_gemm(const ProblemType& problem_size, const ExecutionConfig& config)
}
}
#if 1
// vector pk_i4x4 permute
for(int i = 0; i < N; i++)
{
......@@ -215,7 +214,6 @@ bool run_gemm(const ProblemType& problem_size, const ExecutionConfig& config)
}
}
}
#endif
a_m_k_device_buf.ToDevice(a_m_k.mData.data());
b_k_n_device_buf.ToDevice(b_k_n_permute.mData.data());
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment