Skip to content

Commit cec38a7

Browse files
committed
initial include dirs
1 parent 355f1ea commit cec38a7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/discord-cluster-manager/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def combine_enums(enums: list[Type[Enum]], combined_name: str) -> Enum:
6868
"-Xptxas=--verbose",
6969
"-Xptxas=--warn-on-spills",
7070
]
71-
MODAL_CUDA_INCLUDE_DIRS = ["-I/ThunderKittens/include"]
71+
MODAL_CUDA_INCLUDE_DIRS = ["-I/ThunderKittens/include", "-I/cutlass/include"]

src/discord-cluster-manager/modal_runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#
4343
"git clone https://github.com/HazyResearch/ThunderKittens.git",
4444
# "cd /ThunderKittens && pwd && python setup.py install",
45+
# CUTLASS
46+
"git clone https://github.com/NVIDIA/cutlass.git",
4547
)
4648
)
4749

0 commit comments

Comments
 (0)