fix: use C++20 for cuda_bf16.h compat

This commit is contained in:
2026-05-28 05:13:18 +00:00
parent 6bd3356582
commit f0660d0bd7

View File

@@ -30,7 +30,7 @@ print("=" * 60)
nvcc_cmd = [
"/usr/local/cuda-13.2/bin/nvcc",
"--std=c++17",
"--std=c++20",
"-gencode=arch=compute_100a,code=sm_100a",
f"-I{CUTLASS}/include",
f"-I{REPO}",