mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 21:09:08 +00:00
Merge commit '83f607e2a68d778479ddd34fd5aac3d4e7c9e52f' into develop
This commit is contained in:
@@ -130,7 +130,7 @@ int run_grouped_conv_bwd_weight_example_with_layouts(
|
||||
output_dev_buf.GetDeviceBuffer(),
|
||||
kbatch);
|
||||
|
||||
std::cout << "Run Grouped Conv Fwd kernel" << std::endl;
|
||||
std::cout << "Run Grouped Conv Bwd Weight kernel" << std::endl;
|
||||
std::cout << "input: " << input.mDesc << std::endl;
|
||||
std::cout << "weight: " << weight.mDesc << std::endl;
|
||||
std::cout << "output: " << output.mDesc << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user