Skip to content

Commit 02e5f2e

Browse files
committed
Update on "Change flash attention outputs to be SymInt instead of int"
Fixes #110322 Signed-off-by: Edward Z. Yang <ezyangmeta.com> cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10 ipiszy yf225 chenyang78 kadeng muchulee8 aakhundov ColinPeppler [ghstack-poisoned]
1 parent 21d32be commit 02e5f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_C/return_types.pyi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from typing import (
1616
Union,
1717
)
1818

19-
from torch import contiguous_format, Generator, inf, memory_format, strided, Tensor
19+
from torch import contiguous_format, Generator, inf, memory_format, strided, Tensor, SymInt
2020
from torch.types import (
2121
_bool,
2222
_device,

0 commit comments

Comments
 (0)