csarofeen / pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration
http://pytorch.org
Other
26 stars 7 forks source link

Bug fix #2518

Closed naoyam closed 1 year ago

naoyam commented 1 year ago

Had a sanitizer error with a new test in the IterDomain resize branch. Turned out there's this obvious bug. A bit scary as the impact could be very broad.

naoyam commented 1 year ago

Another note: the analysis of the parallel dimension map can be significantly simplified with the new expr simplifier.