[CK Tile] Fix building grouped conv examples in CK Tile (#2777)

* Fix compilation of the grouped conv examples.

* Fix grouped conv bwd weight example output in CK Tile.
This commit is contained in:
Ville Pietilä
2025-09-05 09:14:21 +03:00
committed by GitHub
parent c6010f2953
commit 83f607e2a6
3 changed files with 5 additions and 7 deletions

View File

@@ -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;