Bartłomiej Kocot
4112e08d0c
[CK][CK Tile] Conv Bwd Data flush cache and profiling improvements ( #6090 )
...
## Motivation
Improve accuracy of conv bwd data perf measurements
## Technical Details
- enable flush cache
- for grouped conv we zero conv input(gemm output) inside device op, so
we also include this in time measurement
- for non-grouped conv we zero conv input(gemm output) outside device op
(in profile_conv_bwd_data_impl.hpp) so it is not included.
- In this pr I changed it to include zeroing if time_kernel/flush cache
is enabled so at now you should have more fair comparison. I changed it
only for time_kernel/flush_cache because MIOpen run own zeroing for
non-grouped solvers.
## Test Plan
test_grouped_conv_bwd_data_*
## Test Result
CI pending
## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests .
2026-04-04 00:22:22 +00:00
..
2026-01-27 12:49:47 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-01-26 12:57:09 -08:00
2025-11-18 10:17:18 -08:00
2026-01-27 12:49:47 -08:00
2025-11-18 10:17:18 -08:00
2026-01-26 10:20:30 -08:00
2026-01-26 10:20:30 -08:00
2026-01-27 12:49:47 -08:00
2026-01-27 12:49:47 -08:00
2025-11-20 10:45:57 -08:00
2026-01-26 10:20:30 -08:00
2026-01-27 12:49:47 -08:00
2026-01-26 12:57:09 -08:00
2026-03-16 17:46:21 +00:00
2026-01-26 12:57:09 -08:00
2026-01-27 12:49:47 -08:00
2025-11-18 10:17:18 -08:00
2026-01-27 12:49:47 -08:00
2026-01-27 12:49:47 -08:00
2026-01-23 12:39:03 -08:00
2026-01-26 12:57:09 -08:00
2026-01-23 12:39:03 -08:00
2026-01-27 12:49:47 -08:00
2026-01-27 12:49:47 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-01-27 12:49:47 -08:00
2026-03-31 08:18:11 -07:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-04-04 00:22:22 +00:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-12-18 07:59:45 +01:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-04-04 00:22:22 +00:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-01-26 12:57:09 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-20 10:45:57 -08:00
2026-01-26 12:57:09 -08:00
2025-11-18 10:17:18 -08:00
2026-01-27 12:49:47 -08:00
2025-12-11 09:06:20 +01:00
2025-12-11 09:06:20 +01:00
2025-12-11 09:06:20 +01:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-12-11 09:06:20 +01:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-01-27 12:49:47 -08:00
2026-01-26 12:57:09 -08:00
2025-11-18 10:17:18 -08:00
2026-01-15 07:19:31 -08:00
2025-12-11 09:06:20 +01:00
2026-01-26 12:57:09 -08:00
2025-11-18 10:17:18 -08:00
2026-01-26 12:57:09 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-01-27 12:49:47 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-01-27 12:49:47 -08:00
2026-01-27 12:49:47 -08:00
2025-11-18 10:17:18 -08:00
2026-01-27 12:49:47 -08:00
2026-03-11 17:38:55 +01:00
2026-02-27 03:05:38 +00:00
2026-04-04 00:22:22 +00:00
2025-12-31 15:41:15 -08:00
2026-01-29 17:40:28 +00:00
2026-03-27 15:37:37 +00:00
2026-01-29 17:40:28 +00:00
2026-03-27 15:37:37 +00:00
2026-03-27 15:37:37 +00:00
2026-03-27 15:37:37 +00:00
2025-12-31 15:41:15 -08:00
2026-03-27 15:37:37 +00:00
2026-03-16 17:46:21 +00:00
2025-12-14 12:49:12 -08:00
2025-11-20 10:45:57 -08:00
2026-03-11 17:38:55 +01:00
2026-03-11 23:38:15 +01:00
2026-03-11 23:38:15 +01:00
2026-01-27 12:49:47 -08:00
2025-11-18 10:17:18 -08:00
2026-01-23 12:19:51 +01:00
2025-12-14 12:49:12 -08:00
2025-11-18 10:17:18 -08:00
2026-03-11 23:38:15 +01:00
2025-12-18 13:12:15 -07:00
2026-02-25 05:16:07 +00:00
2026-02-25 05:16:07 +00:00
2025-11-20 10:45:57 -08:00
2025-12-23 11:33:09 +01:00
2026-01-26 12:57:09 -08:00
2026-01-27 12:49:47 -08:00
2025-12-19 15:58:51 -07:00
2026-02-26 00:28:09 +00:00
2026-01-26 12:57:09 -08:00
2026-02-25 05:16:07 +00:00
2026-01-27 12:49:47 -08:00
2026-01-27 12:49:47 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2026-03-16 17:30:07 +08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-20 17:27:05 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-18 10:17:18 -08:00
2025-11-26 11:00:05 -07:00
2025-11-26 11:00:05 -07:00
2026-01-27 12:49:47 -08:00
2025-11-26 11:00:05 -07:00
2026-01-08 08:02:02 +01:00
2025-11-26 11:00:05 -07:00