Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

PyGPUkit

PyGPUkit contiene 10 skills recopiladas de m96-chan, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
10
Stars
3
actualizado
2025-12-30
Forks
0
Cobertura ocupacional
2 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

benchmark
Desarrolladores de software

Run matmul performance benchmarks. Use when user wants to measure TFLOPS, compare kernel performance, or verify correctness after code changes.

2025-12-30
sm120-expert
Desarrolladores de software

SM120 (Blackwell) CUDA expert. Use for wgmma/mma PTX inline assembly, TMA, narrow precision (FP4/FP6/FP8), and block-scaled GEMM development.

2025-12-30
build-log
Desarrolladores de software

View and analyze build logs. Use when user wants to see build errors, check previous build output, or debug build failures.

2025-12-28
chat-test
Desarrolladores de software

Run LLM inference tests with Qwen or other models. Use when testing model loading, inference, CUDA Graph, or generation quality.

2025-12-28
check-all
Analistas de garantía de calidad de software y probadores

Run all checks including lint, typecheck, and tests. Use before creating PRs or for comprehensive validation.

2025-12-28
kernel-dev
Desarrolladores de software

CUDA kernel development workflow. Use when writing, testing, or optimizing GPU kernels. Follows the Edit-Build-Validate-Benchmark-Commit cycle.

2025-12-28
lint
Desarrolladores de software

Run Ruff linter and formatter on Python code. Use before commits or when checking code style and quality issues.

2025-12-28
precommit
Analistas de garantía de calidad de software y probadores

Run all pre-commit checks (lint + typecheck). Use before every git commit to ensure code quality.

2025-12-28
test
Analistas de garantía de calidad de software y probadores

Run pytest test suite. Use to verify functionality after code changes or before commits.

2025-12-28
typecheck
Analistas de garantía de calidad de software y probadores

Run Mypy type checker on Python code. Use to verify type annotations and catch type errors before commits.

2025-12-28