PulseAugur
EN
LIVE 11:35:21

WAVE project creates unified GPU ISA for cross-vendor compatibility

A new portable GPU instruction set architecture (ISA) called WAVE has been developed, aiming to unify programming across different hardware vendors. WAVE abstracts common functionalities found in NVIDIA, AMD, and Intel GPUs, allowing developers to write kernels once and compile them for various backends like Metal, PTX, HIP, or SYCL. This approach has been demonstrated to produce identical training results on hardware from Apple, NVIDIA, and AMD. AI

IMPACT Enables unified development across diverse GPU hardware, potentially streamlining AI model training and deployment.

RANK_REASON The cluster describes a new open-source project and a preprint detailing a novel portable GPU ISA, fitting the definition of research. [lever_c_demoted from research: ic=1 ai=0.7]

Read on r/MachineLearning →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/not-your-typical-cs ·

    [P] Built a portable GPU ISA after reading too many architecture manuals [P]

    <!-- SC_OFF --><div class="md"><p>I’ve been reading GPU architecture docs in my free time. NVIDIA PTX, AMD ISA reference guides, Intel Xe, reverse-engineered Apple GPU stuff. Over 5,000 pages across 16 microarchitectures.</p> <p>After a while you notice all four vendors are doing…