Skip to content

Commit b9fc55a

Browse files
xuhancnpytorchmergebot
authored andcommitted
update code.
1 parent 21f4d91 commit b9fc55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_inductor/cpp_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ def _get_openmp_args(
10851085
perload_icx_libomp_win(cpp_compiler)
10861086
else:
10871087
cflags.append("openmp")
1088-
# cflags.append("openmp:experimental") # MSVC Openmp, it has some issue for inductor.
1088+
cflags.append("openmp:experimental")
10891089
libs.append("libiomp5md") # intel-openmp
10901090
ldflags.append("nodefaultlib:vcomp")
10911091
else:

0 commit comments

Comments
 (0)