mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18123 the motivation of this fix is to resolve things like: for(auto i = 0; i < N; i++) where N is bigger than int32 These instances of comparison were found by enabling -Wsign-compare There are way too many things to fix, so issuing this as a series of fixes The plan is to fix all these issues and then enable this flag into Caffe2 to catch future instances Reviewed By: ZolotukhinM Differential Revision: D14497094 fbshipit-source-id: bca3927a2188bd33a508fa503ba221c220cdaefe |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| common_subexpression_elimination_test.cc | ||
| common_subexpression_elimination.cc | ||
| common_subexpression_elimination.h | ||
| conv_to_nnpack_transform_test.cc | ||
| conv_to_nnpack_transform.cc | ||
| conv_to_nnpack_transform.h | ||
| pattern_net_transform_test.cc | ||
| pattern_net_transform.cc | ||
| pattern_net_transform.h | ||
| single_op_transform.cc | ||
| single_op_transform.h | ||