You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
A clear and concise description of what the bug is.
On some platforms cargo nextest run fails in zero_init_workgroup_mem.
For example on a Mac M1 max:
thread 'shader::zero_init_workgroup_mem::zero_init_workgroup_mem' panicked at 'Zero-initialization of workgroup memory failed (81% of disptaches failed).', wgpu/tests/shader/zero_init_workgroup_mem.rs:175:5
Repro steps
run cargo nextest run.
Platform
Mac M1 max (Moac OS 12.5.1 "Metal GPUFamily Apple 7") on current wgpu (rev 719ba83)
Description
A clear and concise description of what the bug is.
On some platforms
cargo nextest run fails
inzero_init_workgroup_mem
.For example on a Mac M1 max:
Repro steps
run
cargo nextest run
.Platform
The text was updated successfully, but these errors were encountered: