This commit is contained in:
Chad Brokaw 2022-12-08 11:58:09 -05:00
parent 6bd644f7cc
commit c6b319aca0

View file

@ -63,7 +63,7 @@ fn main(
atomicStore(&sh_bitmaps[i][local_id.x], 0u);
}
workgroupBarrier();
// Read inputs and determine coverage of bins
let element_ix = global_id.x;
var x0 = 0;