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:
cyy
2024-08-09 04:48:18 +00:00
committed by PyTorch MergeBot
parent 05e8e87a69
commit da65cfbdea
6 changed files with 1 additions and 27 deletions

View File

@ -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",