fix: use C++20 for cuda_bf16.h compat
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user