pytorch/modules
Will Constable 4f34cd6d1e Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032)
Avoid exposing defines that conflict with google logging, since this blocks external usage of libtorch in certain cases.

All the 'interesting' changes should be in these two files, and the rest should just be mechanical changes via sed.
c10/util/logging_is_not_google_glog.h
c10/util/logging_is_google_glog.h

Fixes https://github.com/pytorch/pytorch/issues/81415

cc @miladm @malfet
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82032
Approved by: https://github.com/soumith, https://github.com/miladm
2022-07-26 01:20:44 +00:00
..
detectron Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
module_test Disable avoid-non-const-global-variables lint check (#62008) 2021-07-22 18:04:40 -07:00
observers Fix sign-compare in caffe2 2022-04-05 00:08:05 +00:00
rocksdb Use C++17 for RocksDB 7 header. (#75741) 2022-06-13 21:18:54 +00:00
CMakeLists.txt