mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/52670 TORCH_CHECK followed by a string literal is a no-op, and from the text of the message its clear that authors intended those instances to be `TORCH_CHECK(false, "msg")` Discovered while trying to figure out of tensor_offset can be negative in Resize.h s/TORCH_CHECK\("/TORCH_CHECK(false, "/ Test Plan: Imported from OSS Reviewed By: walterddr, janeyx99, mruberry Differential Revision: D26607546 Pulled By: malfet fbshipit-source-id: 661812da84adb1d1af0284da60c93ec4bf5ef08e |
||
|---|---|---|
| .. | ||
| api | ||
| common | ||
| dist_autograd | ||
| jit | ||
| lite_interpreter_runtime | ||
| rpc | ||
| tensorexpr | ||
| __init__.py | ||