trunk/576a6d8db7b7d07d4955b833d7ac56c0500d1e05: [meta] Reject a non-positive pixel_shuffle/unshuffle factor (#195224)
- PyTorch 近 90 天出现 1030 次
- PyTorch 近 90 天第 1019 次发版
- 上一次:同一天稍早 · ciflow/xpu/196950: [XPU] Sync XPU_BLOCKLIST with latest not-applicable list
发生了什么
Fixes #153327 Eager rejects a non-positive factor in native_functions : RuntimeError: pixel_shuffle expects a positive upscale_factor, but got 0 The meta registration and the _refs decompositions never got the same check, so they divide by the factor instead: path factor = 0 factor = -2 eager RuntimeError: ...positive upscale_factor, but got 0 RuntimeError: ...but got -2 meta_pixel_shuffle ZeroDivisionError: integer…
摘要按规则整理自下方来源原文