We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f4d91 commit b9fc55aCopy full SHA for b9fc55a
torch/_inductor/cpp_builder.py
@@ -1085,7 +1085,7 @@ def _get_openmp_args(
1085
perload_icx_libomp_win(cpp_compiler)
1086
else:
1087
cflags.append("openmp")
1088
- # cflags.append("openmp:experimental") # MSVC Openmp, it has some issue for inductor.
+ cflags.append("openmp:experimental")
1089
libs.append("libiomp5md") # intel-openmp
1090
ldflags.append("nodefaultlib:vcomp")
1091
0 commit comments