TileOPs
Spec-driven GPU operator development, testing, and PR review
All Skills in This Repository (10)
Pure Emerald Level Indicatorslifecycle-pull-request
Automate GitHub pull request lifecycle from draft creation to human review.
creating-issue
Create validated GitHub issues with structured templates and gh CLI labels.
lifecycle-issue-fixer
Resolve GitHub issues via TDD, worktree isolation, and pull request creation.
tune-multiplication
Optimize GEMV, GEMM, and grouped GEMM kernels on NVIDIA Ampere and Hopper GPUs.
committing-changes
Enforce Git commit and branch workflows for the TileOPs repository.
tune
Profile TileOPs GPU kernel latency and bottlenecks with CUDA-event timings.
check-kernel-format
Validate kernel and op format conformance for T.prim_func and TileLang macros.
kernel-debug
Diagnose TileLang GPU kernel correctness failures across configurations and shapes.
migrating-new-op
Migrate operators into TileOPs with a phased kernel-to-op workflow.
creating-pull-request
Create draft GitHub pull requests with validated titles, bodies, and labels via gh CLI.
Frequently Asked Questions
FAQPage SchemaHow to install TileOPs?โผ
Run `npx skills add tile-ai/TileOPs --all -g -y` in your terminal to install all skills in this suite globally.
What does TileOPs do?โผ
TileOPs is a GPU operator library where every operator is declared in a manifest spec first, and code, tests, and benchmarks are generated and validated against that spec.
How do the TileOPs skills automate operator development?โผ
Skills like align-op and scaffold-op read a manifest entry, generate the operator code, write PyTorch-referenced tests, run benchmarks, and flip the spec status once everything passes.
Can TileOPs skills review pull requests automatically?โผ
Yes. The review-tileops and resolve-tileops skills review PRs under a separate GitHub identity, post inline comments, and drive multi-round resolution until approval.
Do I need a GPU to use TileOPs?โผ
The library itself requires a CUDA-capable NVIDIA GPU to run operators and benchmarks, but the spec editing, manifest, and review skills work without one.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core