Remove unused build system checks and definitions (#109711)

Remove some outdated checks.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/109711
Approved by: https://github.com/ezyang
This commit is contained in:
cyy
2023-09-21 16:52:10 +00:00
committed by PyTorch MergeBot
parent 5e19216a6e
commit ba0362a09e
6 changed files with 0 additions and 36 deletions

View File

@ -29,7 +29,6 @@ default_compiler_flags = [
"-DHAVE_SHM_OPEN=1",
"-DHAVE_SHM_UNLINK=1",
"-DHAVE_MALLOC_USABLE_SIZE=1",
"-DTH_HAVE_THREAD",
"-DCPU_CAPABILITY_DEFAULT",
"-DTH_INDEX_BASE=0",
"-DMAGMA_V2",