fix: -Xcompiler -fPIC instead of -fPIC for nvcc
This commit is contained in:
@@ -72,7 +72,7 @@ def _ensure_built():
|
||||
nvcc,
|
||||
"-std=c++20",
|
||||
"-shared",
|
||||
"-fPIC",
|
||||
"-Xcompiler", "-fPIC",
|
||||
"-gencode=arch=compute_100a,code=sm_100a",
|
||||
"-gencode=arch=compute_100a,code=compute_100a",
|
||||
f"-I{KERNEL_DIR}",
|
||||
|
||||
Reference in New Issue
Block a user