Skip to content

Commit 6ee3546

Browse files
authored
fix(pytorch bindings): update c++ standard to 17
Required for newer CUTLASS headers to compile
1 parent 2587496 commit 6ee3546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/torch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def find_cl_path():
8181
# won't try to activate a developer command prompt a second time.
8282
os.environ["DISTUTILS_USE_SDK"] = "1"
8383

84-
cpp_standard = 14
84+
cpp_standard = 17
8585

8686
# Get CUDA version and make sure the targeted compute capability is compatible
8787
if os.system("nvcc --version") == 0:

0 commit comments

Comments
 (0)