Commit 3941bd1f authored by aska-0096's avatar aska-0096
Browse files

discard some codes

parent 2a0e5439
......@@ -100,8 +100,9 @@ bool run_gemm(const ProblemSize& problem_size, const ExecutionConfig& config)
return true;
}
float ave_time = invoker.Run(argument, StreamConfig{nullptr, config.time_kernel});
std::size_t flop = 2_uz * M * N * K;
std::size_t num_btype =
sizeof(ADataType) * M * K + sizeof(BDataType) * K * N + sizeof(CDataType) * M * N;
......
......@@ -158,6 +158,7 @@ struct ThreadwiseTensorSliceTransfer_v1r3
if constexpr(idx_1d.value != num_access - 1)
{
constexpr auto forward_step = SpaceFillingCurve::GetForwardStep(idx_1d);
move_tensor_coordinate(
dst_desc, dst_coord_, make_tensor_coordinate_step(dst_desc, forward_step));
}
......
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