tvm-test

star 1

Run TVM lint and tests.

guan404ming By guan404ming schedule Updated 2/8/2026

name: tvm-test description: Run TVM lint and tests.

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>
Install via CLI
npx skills add https://github.com/guan404ming/gmccc --skill tvm-test
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator