| commit | aaeefbf623f23a08ae028b6b9e249f8d285fc385 | [log] [tgz] |
|---|---|---|
| author | Brian Sheedy <bsheedy@chromium.org> | Thu Jan 18 02:54:59 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 18 02:54:59 2024 |
| tree | 9816b80729d63dfc9e2af29a43d8d985d924b8ff | |
| parent | e8e178afa05441713fe3f46b7f9f1b84038d8f24 [diff] |
Fix GPU conflict checking Fixes an issue in GPU tag conflict checking that is causing issues with crrev.com/c/5201980. This removes the offending call and instead uses the return value from a previous call. The removed call was actually redundant, as it caused twice the amount of work to be done without any difference in output. Bug: 1502712 Change-Id: I32ca7af3bac5a45ff23aaba3afabfe0c6bd99052 Validate-Test-Flakiness: skip Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5208517 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1248548}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.