JinjieLiu e9576d265e unify launch apis
Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn>
2026-01-31 11:29:32 +08:00
2026-01-31 11:29:32 +08:00
2026-01-31 11:29:32 +08:00
2026-01-31 11:29:32 +08:00
2026-01-28 00:54:18 +08:00
2026-01-29 16:46:00 +08:00
2026-01-31 10:36:41 +08:00
2026-01-30 15:11:26 +08:00

Triton-TVM-FFI

Instructions

Debug Install

SKBUILD_BUILD_DIR="build" SKBUILD_CMAKE_BUILD_TYPE=Debug uv pip install --no-build-isolation -ve .

Release Install

SKBUILD_CMAKE_BUILD_TYPE=Release uv pip install -v .

Format

find python -name "*.py" | xargs ruff format && find include src -name "*.h" -o -name "*.cc" | xargs clang-format -i
S
Description
No description provided
Readme 210 KiB
Languages
Python 54.3%
C++ 31.5%
Jinja 14.2%