mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-07-01 08:51:56 +08:00
db4f3a0c68
Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn>
14 lines
233 B
Markdown
14 lines
233 B
Markdown
# Triton-TVM-FFI
|
|
|
|
## Instructions
|
|
|
|
### Debug Install
|
|
```bash
|
|
SKBUILD_BUILD_DIR="build" SKBUILD_CMAKE_BUILD_TYPE=Debug uv pip install --no-build-isolation -ve .
|
|
```
|
|
|
|
### Format
|
|
```bash
|
|
find python -name "*.py" | xargs ruff format
|
|
```
|