Live data from Hacker News

Viewing profile — wingertge

wingertge

HN member
Joined
Thu, Apr 24, 2025, 12:41 PM UTC
HN karma
10
Public activity
4 items

About wingertge

No profile information was provided.

Recent public activity

  1. comment
    Comment #47299583

    I hate doing self-promotion, but this is basically exactly what CubeCL does. CubeCL is a bit more limited because as a proc macro we can't see any real type info, but it's the clos…

  2. comment
    Comment #43786679

    From what I can tell it's not accurate enough to catch a lot of errors in the real world. Maybe an illegal instruction, but not a race condition from a missing sync or a warp diver…

  3. comment
    Comment #43782366

    There's infrastructure in the SPIR-V compiler to be able to target both OpenCL and Vulkan, but we don't currently use it because OpenCL would require a new runtime, while Vulkan ca…

  4. comment
    Comment #43782052

    We don't yet support newer types like fp8 and fp4, that's actually my next project. I'm the only contributor with the hardware to actually use the new types, so it's a bit bottlene…