"docs/vscode:/vscode.git/clone" did not exist on "6a05b274cc503276a4c1ac22a451df9184a9f761"
Commit 79ac8751 authored by Jing Zhang's avatar Jing Zhang
Browse files

clean

parent ff47f28c
...@@ -19,7 +19,7 @@ using AElementOp = PassThrough; ...@@ -19,7 +19,7 @@ using AElementOp = PassThrough;
using BElementOp = PassThrough; using BElementOp = PassThrough;
using CElementOp = PassThrough; using CElementOp = PassThrough;
static constexpr auto GemmDefault = ck::tensor_operation::device::GemmSpecialization::MNPadding; static constexpr auto GemmDefault = ck::tensor_operation::device::GemmSpecialization::Default;
// clang-format off // clang-format off
using DeviceGemmV2Instance = using DeviceGemmV2Instance =
......
...@@ -272,8 +272,7 @@ bool run_gemm(const ProblemType& problem_size, const ExecutionConfig& config) ...@@ -272,8 +272,7 @@ bool run_gemm(const ProblemType& problem_size, const ExecutionConfig& config)
if(config.time_kernel) if(config.time_kernel)
{ {
ave_time = ave_time = invoker.Run(argument, StreamConfig{nullptr, config.time_kernel});
invoker.Run(argument, StreamConfig{nullptr, config.time_kernel, 0, 20, 50, true, 50});
std::size_t flop = 2_uz * M * N * K; std::size_t flop = 2_uz * M * N * K;
std::size_t num_btype = std::size_t num_btype =
......
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