Commit Graph

5 Commits

Author SHA1 Message Date
Max Podkorytov
58e802dcf1 Fix ck4inductor conv instance parsing for NumGroupsToMerge parameter (#6434)
## Summary
- Add `num_groups_to_merge` field to `CKGroupedConvFwdOp` dataclass to
match the new (#4273) `NumGroupsToMerge` template parameter added to
`DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle_V3`
- Enable inductor tests by default in Jenkins CI

## Test plan
- [x] Built wheel without patch: `test_gen_conv_instances` fails with
`TypeError: takes from 47 to 50 positional arguments but 51 were given`
- [x] Built wheel with patch: `test_gen_conv_instances` passes
2026-04-22 11:05:11 -07:00
Aviral Goel
90503f7e3d chore(copyright): update copyright header for python directory (#3200)
* chore(copyright): update copyright header for tile_engine directory

* chore(copyright): update copyright header for script directory

* chore(copyright): update copyright header for test_data directory

* chore(copyright): update copyright header for python directory

[ROCm/composable_kernel commit: 3aa883b9ff]
2025-11-14 08:21:36 -08:00
Bartłomiej Kocot
cd30313161 Grouped conv fwd with direct load (#3082)
* Grouped conv fwd with direct load

* fix

* fix

* Add IsSupported check

* Fix

* fix inductor

[ROCm/composable_kernel commit: 66bae4306c]
2025-10-29 09:54:42 +01:00
Max Podkorytov
c75a851aad [Python] Add batched gemm instances parsing (#1684)
* add op

* do not insert ds parameters as they are already parsed

* reset ds parameters

* apply ruff

[ROCm/composable_kernel commit: 44828b7c0f]
2024-11-30 08:11:42 -08:00
Max Podkorytov
8471aad362 add parsing grouped conv fwd instances
[ROCm/composable_kernel commit: eda5938386]
2024-10-25 08:25:53 -07:00