Bug 275554
| Summary: | [WebGPU] Flaky failures on CTS due to reaching command buffer limit | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Mike Wyrzykowski <mwyrzykowski> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | mwyrzykowski, tzagallo, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 275600 | ||
| Bug Blocks: | |||
Mike Wyrzykowski
[WebGPU] Flaky failures on CTS due to reaching command buffer limit
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/129971928>
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/29882
EWS
Committed 280072@main (ab50f80f0e54): <https://commits.webkit.org/280072@main>
Reviewed commits have been landed. Closing PR #29882 and removing active labels.
Mike Wyrzykowski
Reopened Bugzilla.
[WebGPU] CTS doesnt appear to approach command buffer limit, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=275600.
Mike Wyrzykowski
The CTS was only reaching the command buffer limit of 1000 because we were retaining MTLCommandBuffer instances from invalid GPUCommandEncoders
Therefore, there is no bug to fix here, this change should be reverted.