tilelang-cuda-memory
CommunityBoost TileLang CUDA memory efficiency for kernels.
Software Engineering#cuda#shared-memory#tilelang#memory-optimizations#register-fragments#coalesced-access
Authorxchang1121
Version1.0.0
Installs0
System Documentation
What problem does it solve?
GPU memory access is a key bottleneck in high-performance TileLang CUDA kernels. This guide provides memory-access optimization strategies to maximize throughput and minimize latency by leveraging shared memory, registers, and caching tricks.
Core Features & Use Cases
- Memory hierarchy aware optimizations: tactics for shared memory tiling, register fragments, local storage, and L2/swizzle-based cache tuning.
- Coalesced data transfers: using
T.copyand tiled layouts to improve bandwidth efficiency in GEMM-like workloads. - Use Case: accelerate a memory-bound kernel such as matrix multiplication by reusing data in fast memory levels and reducing global memory traffic.
Quick Start
Run the TileLang CUDA memory-optimized kernel example to verify improved bandwidth and reduced latency.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: tilelang-cuda-memory Download link: https://github.com/xchang1121/AutoResearch-CC-hook/archive/main.zip#tilelang-cuda-memory Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.