Files
composable_kernel/example/ck_tile
rahjain-amd fd0f38689e Fixing 0ms and inf GB/s issue in img2col (#2565)
issue :
====
``` sh
$ bin/tile_example_img2col
Perf: 0 ms, inf GB/s
```

solution :
======
Problem occured because config.time_kernel is false by default.
if false, then no need to calculate perf, just print proper message

`image_to_coloumn: pass, No Perf generated due to config.time_kernel=0`

[ROCm/composable_kernel commit: 78082855d8]
2025-07-25 21:15:50 +05:30
..
2025-07-23 09:09:56 -07:00
2024-04-15 19:27:12 -05:00