Tvm Test

Run TVM lint and tests. Use when this capability is needed.

tomevault-io Updated

File contents

TVM Test

Commands

Trigger Command
*.py changed bash docker/lint.sh -i python_format pylint
*.cc, *.h changed bash docker/lint.sh -i clang_format cpplint
*.java, *_jni.cc changed bash docker/lint.sh jnilint
Any file bash docker/lint.sh asf
Python tests pytest tests/python -xv

Local Lint (without Docker)

# clang-format (check)
uv tool run clang-format --dry-run --Werror <files>

# clang-format (fix in place)
uv tool run clang-format -i <files>

# cpplint
uv run cpplint --linelength=100 <files>

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/guan404ming--gmccc--tvm-test commit 9e39f90d8c

Frequently asked questions

npx skillmds@latest add tomevault-io/tvm-test