Make InductorCPU usable in internally (#88870)

Test Plan: `buck2 test mode/opt //caffe2/test:test_inductor -- --exact 'caffe2/test:test_inductor - test_dtype_mismatch_issue_cuda (caffe2.test.inductor.test_torchinductor.CudaTests)'`

Differential Revision: D41206109

Pull Request resolved: https://github.com/pytorch/pytorch/pull/88870
Approved by: https://github.com/izaitsevfb
This commit is contained in:
Nikita Shulga 2022-11-11 22:07:34 +00:00 committed by PyTorch MergeBot
parent fbc1878265
commit f39cad50b7

View File

@ -92,6 +92,7 @@ class cpp:
"g++-10",
"clang++",
"g++",
"g++.par",
)