Skip to content

[naga] Infinite loop mitigation needs to count down, not upΒ #7319

@jimblandy

Description

@jimblandy

Google Chrome's WebGPU team tells us that certain Intel drivers hang if the infinite loop mitigation described in #6572 counts up from zero. However, counting down from u32::MAX is okay. πŸ€·β€β™‚

Naga should adjust its workarounds to count downwards instead of upwards.

The "full employment for GPU programmers" plan is going swimmingly!

Metadata

Metadata

Assignees

Labels

external: driver-bugA driver is causing the bug, though we may still want to work around it

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions