mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
27905dfe9c
commit
07f038aa9d
@ -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",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user