Commit a5e9069f authored by rtmadduri's avatar rtmadduri
Browse files

unit test fix -2

parent f36f7f1e
...@@ -434,7 +434,7 @@ struct DeviceGroupedGemmXdlSplitKCShuffle : public DeviceGroupedGemmSplitK<ALayo ...@@ -434,7 +434,7 @@ struct DeviceGroupedGemmXdlSplitKCShuffle : public DeviceGroupedGemmSplitK<ALayo
{ {
const auto& karg = trans_arg.karg_; const auto& karg = trans_arg.karg_;
ave_time += launch_and_time_kernel( ave_time += launch_and_time_kernel(
stream_config, kernel, dim3(arg.grid_size_), dim3(BlockSize), 0, karg_); stream_config, kernel, dim3(arg.grid_size_), dim3(BlockSize), 0, karg);
} }
}; };
......
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