Allow local cutlass directory to be used in sgl-kernel build (#3037)

This commit is contained in:
Trevor Morris
2025-01-24 03:59:47 -08:00
committed by GitHub
parent 153b414e83
commit 685a5738a7

View File

@@ -39,6 +39,8 @@ def _get_version():
cutlass = root / "3rdparty" / "cutlass"
cutlass_default = root / "3rdparty" / "cutlass"
cutlass = Path(os.environ.get("CUSTOM_CUTLASS_SRC_DIR", default=cutlass_default))
flashinfer = root / "3rdparty" / "flashinfer"
include_dirs = [
cutlass.resolve() / "include",