Skip to content

Instantly share code, notes, and snippets.

View ncthbrt's full-sized avatar
🧶
Coding

Natalie Cuthbert ncthbrt

🧶
Coding
View GitHub Profile
alias main = ReduceBuffer with {
alias Op = SumBinaryOp<F32>;
const block_area: u32 = 4u;
const work_size: u32 = 18u;
const threads: u32 = 10u;
}::main;
struct Sum<N> {
sum: N::T
}