mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Remove unused Caffe2 macros (#132979)
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/132979 Approved by: https://github.com/ezyang
This commit is contained in:
@ -16,11 +16,9 @@ def define_targets(rules):
|
||||
src = "caffe2/core/macros.h.in",
|
||||
out = "caffe2/core/macros.h",
|
||||
definitions = [
|
||||
"CAFFE2_BUILD_SHARED_LIBS",
|
||||
"CAFFE2_PERF_WITH_AVX",
|
||||
"CAFFE2_PERF_WITH_AVX2",
|
||||
"CAFFE2_PERF_WITH_AVX512",
|
||||
"CAFFE2_USE_EXCEPTION_PTR",
|
||||
"CAFFE2_USE_CUDNN",
|
||||
"USE_MKLDNN",
|
||||
"CAFFE2_USE_ITT",
|
||||
|
Reference in New Issue
Block a user