Files
triton-tvm-ffi/README.md
T
2026-01-28 02:16:10 +08:00

305 B

Triton-TVM-FFI

Instructions

Debug Install

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

Format

find python -name "*.py" | xargs ruff format && find include src -name "*.h" -o -name "*.cc" | xargs clang-format -i