mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
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:
parent
fbc1878265
commit
f39cad50b7
|
|
@ -92,6 +92,7 @@ class cpp:
|
|||
"g++-10",
|
||||
"clang++",
|
||||
"g++",
|
||||
"g++.par",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user