Bartłomiej Kocot
a9b3eaffb8
[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
..
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-04-04 00:22:22 +00:00
2026-04-04 00:22:22 +00:00
2026-04-04 00:22:22 +00:00
2026-03-25 14:34:13 +00:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-03-12 09:47:56 +01:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-03-12 09:47:56 +01:00
2026-01-20 13:06:59 -08:00
2026-01-20 10:50:46 +01:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-03-12 09:47:56 +01:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-04-04 00:22:22 +00:00
2025-12-05 08:20:46 -08:00
2025-12-05 08:20:46 -08:00
2026-03-12 09:47:56 +01:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-12-11 09:06:20 +01:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-01-07 10:27:16 -08:00
2025-11-14 11:19:25 -08:00
2026-02-06 16:09:08 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-02-25 05:16:07 +00:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-12-03 07:38:23 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-04-04 00:22:22 +00:00
2026-03-16 17:46:21 +00:00
2026-01-22 09:53:59 +01:00
2026-03-12 09:47:56 +01:00
2026-03-12 09:47:56 +01:00
2026-01-30 17:02:14 +01:00
2026-04-04 00:22:22 +00:00
2026-03-12 09:47:56 +01:00
2026-01-30 17:02:14 +01:00
2026-01-07 10:20:44 -08:00
2026-02-26 00:28:09 +00:00
2026-02-19 09:13:05 +01:00
2026-01-07 10:20:44 -08:00
2026-02-25 05:16:07 +00:00
2026-01-13 07:14:23 +01:00
2026-01-13 07:14:23 +01:00
2026-01-13 07:14:23 +01:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-03-06 09:27:27 -07:00
2025-11-14 11:19:25 -08:00
2025-11-14 11:19:25 -08:00
2026-03-03 07:31:47 -08:00
2026-03-25 14:34:13 +00:00