rust-gpu
✓GPU 内存与计算专家。处理 CUDA, OpenCL, GPU memory, compute shader, memory coalescing, zero-copy, 显存管理, 异构计算
Installation
SKILL.md
| 内存类型 | 位置 | 延迟 | 大小 | 用途 |
| Global | VRAM | 高 | 大 | 输入/输出数据 | | Shared | SMEM | 低 | 小 | 线程块内通信 | | Constant | 缓存 | 中 | 中 | 只读数据 | | Local | 寄存器/VRAM | 高 | 小 | 线程私有 | | Register | SM | 最低 | 极小 | 线程私有 |
| 内存合并 | 线程访问连续内存 | | 共享内存 | 减少全局内存访问 | | 内存对齐 | 256 字节对齐 | | 异步操作 | 计算与传输重叠 | | 固定内存 | 使用页锁定内存 | | 批处理 | 减少内核启动开销 |
GPU 内存与计算专家。处理 CUDA, OpenCL, GPU memory, compute shader, memory coalescing, zero-copy, 显存管理, 异构计算 Source: huiali/rust-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-gpu- Source
- huiali/rust-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is rust-gpu?
GPU 内存与计算专家。处理 CUDA, OpenCL, GPU memory, compute shader, memory coalescing, zero-copy, 显存管理, 异构计算 Source: huiali/rust-skills.
How do I install rust-gpu?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-gpu Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/huiali/rust-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01