PulseAugur
EN
LIVE 09:59:49
ENTITY Cublas

Cublas

PulseAugur coverage of Cublas — every cluster mentioning Cublas across labs, papers, and developer communities, ranked by signal.

Show in brief
Total · 30d
4
4 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
3
3 over 90d
TIER MIX · 90D
TOPICS
SENTIMENT · 30D

2 day(s) with sentiment data

RECENT · PAGE 1/1 · 4 TOTAL
  1. TOOL · CL_129216 ·

    New kernels boost LLM inference speed by fusing SwiGLU activations

    Researchers have developed new techniques to accelerate the inference of large language models (LLMs) by fusing SwiGLU activation functions directly into GEMM operations at the tile level. These methods, implemented usi…

  2. RESEARCH · CL_79592 ·

    AutoMegaKernel compiles Llama models into single CUDA kernels

    Researchers have developed AutoMegaKernel (AMK), a system that compiles HuggingFace Llama-family models into a single, persistent CUDA kernel for efficient forward passes. AMK's static validator ensures schedule safety,…

  3. RESEARCH · CL_54660 ·

    GPU Matrix Multiplications Faster With Predictable Data

    Researchers have discovered that matrix multiplications on GPUs can perform faster when the input data is "predictable." Initially, a project called CUTLASS showed a 10% performance improvement over NVIDIA's CuBLAS. How…

  4. RESEARCH · CL_21392 ·

    DeepSeek V4 achieves faster performance with custom kernels, replacing cuBLAS

    DeepSeek has developed a custom kernel stack, DeepGEMM and TileLang, which not only matches but surpasses the performance of NVIDIA's cuBLAS. This custom implementation achieves bitwise determinism and batch invariance,…