mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
new pin (#97278)
contains Fix for https://github.com/openai/triton/issues/1372 Pull Request resolved: https://github.com/pytorch/pytorch/pull/97278 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
bc86af0d37
commit
e0a647d8b5
@ -1 +1 @@
|
||||
e650d3708be4dca12cc3491a2f8ab18ded47c368
|
||||
46672772b46b103db7341c9e10fbad7f643557d4
|
||||
|
@ -76,9 +76,9 @@ int8_mm_configs = functools.partial(
|
||||
(32, 64, 32, 5, 8),
|
||||
(128, 128, 32, 2, 8),
|
||||
(64, 64, 64, 3, 8),
|
||||
(32, 32, 128, 2, 4),
|
||||
(64, 64, 16, 2, 4),
|
||||
(32, 32, 16, 1, 2),
|
||||
# (32, 32, 128, 2, 4),
|
||||
# (64, 64, 16, 2, 4),
|
||||
# (32, 32, 16, 1, 2),
|
||||
(128, 256, 128, 3, 8),
|
||||
(256, 128, 128, 3, 8),
|
||||
),
|
||||
|
Reference in New Issue
Block a user