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 2587496 commit 6ee3546Copy full SHA for 6ee3546
1 file changed
bindings/torch/setup.py
@@ -81,7 +81,7 @@ def find_cl_path():
81
# won't try to activate a developer command prompt a second time.
82
os.environ["DISTUTILS_USE_SDK"] = "1"
83
84
-cpp_standard = 14
+cpp_standard = 17
85
86
# Get CUDA version and make sure the targeted compute capability is compatible
87
if os.system("nvcc --version") == 0:
0 commit comments