Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

PyGPUkit

PyGPUkit에는 m96-chan에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
10
Stars
3
업데이트
2025-12-30
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

benchmark
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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

2025-12-28
kernel-dev
소프트웨어 개발자

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

2025-12-28
lint
소프트웨어 개발자

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

2025-12-28
precommit
소프트웨어 품질 보증 분석가·테스터

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

2025-12-28
test
소프트웨어 품질 보증 분석가·테스터

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

2025-12-28
typecheck
소프트웨어 품질 보증 분석가·테스터

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

2025-12-28