Add CCCL include path for CUTLASS 3.x
This commit is contained in:
@@ -27,6 +27,11 @@ include_dirs = [CUTLASS_INCLUDE_DIR]
|
||||
if os.path.exists(CUTLASS_UTIL_INCLUDE):
|
||||
include_dirs.append(CUTLASS_UTIL_INCLUDE)
|
||||
|
||||
# CCCL / libcu++ headers (required by CUTLASS 3.x)
|
||||
CCCL_INCLUDE = "/usr/local/cuda-13.0/targets/x86_64-linux/include/cccl"
|
||||
if os.path.exists(CCCL_INCLUDE):
|
||||
include_dirs.append(CCCL_INCLUDE)
|
||||
|
||||
setup(
|
||||
name="cutlass_nvfp4_gemm",
|
||||
ext_modules=[
|
||||
|
||||
Reference in New Issue
Block a user