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 d9f51b1 commit b1df98bCopy full SHA for b1df98b
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