Add option for cpp_extensions to compile standalone executable (#47862)

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/47862

Test Plan: Imported from OSS

Reviewed By: ngimel

Differential Revision: D25199265

Pulled By: robieta

fbshipit-source-id: eceb04dea60b82eb10434099639fa3afa61000ca
This commit is contained in:
Taylor Robie
2020-12-01 19:56:13 -08:00
committed by Facebook GitHub Bot
parent 27905dfe9c
commit 07f038aa9d
4 changed files with 143 additions and 42 deletions

View File

@ -112,6 +112,7 @@ class DeterminationTest(unittest.TestCase):
"distributed/test_distributed_fork",
"test_cpp_extensions_aot_ninja",
"test_cpp_extensions_aot_no_ninja",
"test_utils",
"test_determination",
],
)