Live data from Hacker News

Viewing profile — laggui

laggui

HN member
Joined
Fri, Nov 17, 2023, 9:40 PM UTC
HN karma
2
Public activity
2 items

About laggui

No profile information was provided.

Recent public activity

  1. comment
    Comment #49741719

    For compute shaders, you can already do this with CubeCL: https://github.com/tracel-ai/cubecl You write kernels in a Rust DSL using #[cube], it supports WebGPU through WGSL and Vul…

  2. comment
    Comment #49741592

    And to tie this back into GPU programming, Burn's backends use CubeCL, which lets you write compute kernels in a Rust DSL using #[cube], with a JIT compiler and autotuning machiner…