Popular repositories Loading
-
cuda-sgemm-optimization
cuda-sgemm-optimization PublicCUDA SGEMM kernel optimization: naive vs shared-memory tiled implementation with roofline analysis on Tesla T4
Cuda
-
cuda-flash-attention
cuda-flash-attention PublicCUDA Flash Attention kernel with online softmax — naive vs tiled implementation, verified on Tesla T4
Cuda
-
cuda-batched-attention
cuda-batched-attention PublicCUDA Batched Multi-Head Attention — warp-cooperative flash attention with online softmax, verified on Tesla T4 across 6 benchmark configurations
Cuda
-
cuda-fused-softmax-layernorm
cuda-fused-softmax-layernorm PublicHigh-performance CUDA implementation of a fused Softmax + LayerNorm kernel with shared memory optimization, warp-level reductions, and 1.62x latency improvement on NVIDIA Tesla T4.
Cuda
-
cuda-int8-gemm-optimization
cuda-int8-gemm-optimization PublicINT8 Quantized GEMM kernel for NVIDIA T4 using Tensor Cores. Zero register spills, 6.75 TOPS sustained throughput, full correctness validation. Production-ready CUDA optimization.
Cuda
-
cuda-parallel-prefix-scan
cuda-parallel-prefix-scan PublicOptimized parallel prefix sum (scan) for NVIDIA T4 with zero register spills, bank-conflict-free shared memory, and hierarchical recursion. Achieves ~119 GB/s sustained throughput.
Cuda
If the problem persists, check the GitHub status page or contact support.