PulseAugur
EN
LIVE 04:57:21
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
5
11 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
5
10 over 90d
TIER MIX · 90D
TOPICS
SENTIMENT · 30D

4 day(s) with sentiment data

RECENT · PAGE 1/1 · 11 TOTAL
  1. TOOL · CL_200088 ·

    LLM framework AUTO automates GPU code optimization, beats baselines

    Researchers have developed AUTO, a novel framework that leverages large language models (LLMs) for automated design optimization. This system employs a Strategist agent for high-level planning and multiple Implementor a…

  2. TOOL · CL_193764 ·

    StitchCUDA framework automates end-to-end GPU programming with multi-agent RL

    Researchers have developed StitchCUDA, a novel multi-agent framework designed for end-to-end GPU program generation. This system employs specialized agents for planning, coding, and verification to optimize machine lear…

  3. TOOL · CL_180713 ·

    Nova compiler unlocks deep learning performance with aggressive optimization

    Researchers have developed Nova, an end-to-end Just-In-Time (JIT) compiler designed to optimize deep learning model performance by gaining granular control over hardware and memory. Nova achieves this by fusing operatio…

  4. RESEARCH · CL_167228 ·

    New benchmarks and optimization tools emerge for LLM-generated hardware kernels

    Two new research papers introduce benchmarks and optimization frameworks for large language models (LLMs) generating code for hardware accelerators. The first paper, KernelGenBench, offers a unified benchmark to evaluat…

  5. RESEARCH · CL_158822 ·

    InstantSfM offers GPU-native structure-from-motion for deep learning era

    Researchers have developed InstantSfM, a novel GPU-native structure-from-motion system designed to integrate seamlessly with deep learning pipelines. This system addresses the limitations of traditional CPU-centric SfM …

  6. TOOL · CL_141496 ·

    AI system CUDA-L2 surpasses NVIDIA's cuBLAS for matrix multiplication

    Researchers have developed CUDA-L2, a system that leverages large language models and reinforcement learning to automatically optimize matrix multiplication CUDA kernels. This system significantly outperforms existing b…

  7. TOOL · CL_135401 ·

    New CTA-pipelining method slashes multi-GPU latency for LLMs

    Researchers have introduced CTA-pipelining, a novel execution paradigm for multi-GPU systems that optimizes for latency in serving large language models. This method exploits dependencies at the Cooperative Thread Array…

  8. 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…

  9. 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,…

  10. 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…

  11. 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,…