Sharad Vikram

Results 8 issues of Sharad Vikram

With jaxprs now supporting effect types, we can express side-effects like the State monad, where references can be read from and written to (i.e. mutation). We can use state to...

enhancement

WIP: Replace scan implementation with `for_loop` Tracker: #10982

I used the Triton builder (`triton.language.ir.builder`) to construct the Triton IR: ``` def void test_kernel_0d(f32* %0 .aligned(16)){ entry: %1 = make_range[0 : 128] i32; %2 = make_range[0 : 256] i32;...

In a Dex script I can write: ``` data Foo = A Int B Float ``` but in the REPL, when I try inputting this same bit of code, it...

bug
language / concrete syntax