updated precision formula & fixed hang (old code)

This commit is contained in:
2025-03-30 17:14:16 -04:00
parent 714a7bc6bd
commit 515d26ee5e
3 changed files with 11 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ impl ComputePipeline {
}
}
if len != self.old_len {
println!("len: {}", len);
println!("new len: {}", len);
self.old_len = len;
self.pipeline = self.pipeline(device, &Self::shader(device, len));
self.work.set(work_vec(size.x, size.y, len));