mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Revert "[Inductor] Add Additional Configs for persistent+TMA version of Triton mm and addmm (#150587)"
This reverts commit 99aeee2c5f.
Reverted https://github.com/pytorch/pytorch/pull/150587 on behalf of https://github.com/ZainRizvi due to Sorry but this is breaking internally (see D73410693). To validate your fixes internally, you can follow the instructions here: https://fburl.com/fixing-ghfirst-reverts ([comment](https://github.com/pytorch/pytorch/pull/150587#issuecomment-2821828926))
This commit is contained in:
parent
4504910843
commit
3804aed32e
|
|
@ -170,9 +170,6 @@ class BaseConfigHeuristic(metaclass=BaseHeuristicSingleton):
|
|||
GemmConfig(128, 128, 128, 3, 8),
|
||||
GemmConfig(128, 128, 128, 3, 4),
|
||||
GemmConfig(128, 128, 64, 4, 8),
|
||||
GemmConfig(128, 128, 64, 5, 8),
|
||||
GemmConfig(256, 128, 64, 4, 8),
|
||||
GemmConfig(128, 128, 64, 5, 4),
|
||||
]
|
||||
|
||||
self.scaled_mm_configs: list[BaseConfig] = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user