Live data from Hacker News

Viewing profile — nihalpasham

nihalpasham

HN member
Joined
Tue, May 12, 2026, 1:13 AM UTC
HN karma
13
Public activity
3 items

About nihalpasham

No profile information was provided.

Recent public activity

  1. comment
    Comment #48103591

    Small correction: cuda-oxide does not use `nvcc` to compile Rust kernels. The device path is roughly: rustc frontend/MIR -> cuda-oxide’s Pliron-based IR/lowering pipeline -> LLVM I…

  2. comment
    Comment #48103383

    Yes, absolutely. That is one of the advantages of cuda-oxide being single-source Rust: the host and device code can refer to the same Rust types, and the compiler has enough inform…

  3. comment
    Comment #48103275

    Hi, author of cuda-oxide here. Yes, I think that’s basically the right framing: cudarc and cuda-oxide sit at different points in the stack. cudarc is a host-side CUDA API for Rust:…