Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/runners/modal_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
"nvidia-cutlass-dsl==4.5.2",
"cuda-core[cu13]",
"cuda-python[all]==13.0",
# cuTile: the CUDA Tile programming model in Python (`import cuda.tile`).
# The [tileiras] extra adds the Tile IR assembler so kernels can be
# compiled in-process. tileiras 13.2+ targets Blackwell and Ampere/Ada
# and needs driver r580+, both satisfied by the B200 runners.
"cuda-tile[tileiras]==1.4.0",
# "nvmath-python[cu13]~=0.4",
# "numba-cuda[cu13]~=0.15",
)
Expand Down
Loading