Skip to content

Commit f39cad5

Browse files
malfetpytorchmergebot
authored andcommitted
Make InductorCPU usable in internally (pytorch#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: pytorch#88870 Approved by: https://github.com/izaitsevfb
1 parent fbc1878 commit f39cad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/_inductor/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class cpp:
9292
"g++-10",
9393
"clang++",
9494
"g++",
95+
"g++.par",
9596
)
9697

9798

0 commit comments

Comments
 (0)