[GPU] Changed default readback_resolve to none

This commit is contained in:
Gliniak
2025-12-04 20:12:34 +01:00
parent 4494e40c71
commit 90a7cc4fee
2 changed files with 6 additions and 3 deletions

View File

@@ -511,7 +511,7 @@ class IConfigVarUpdate {
// If you're reviewing a pull request with a change here, check if 1) has been
// done by the submitter before merging.
static constexpr uint32_t kLastCommittedUpdateDate =
MakeConfigVarUpdateDate(2025, 12, 1, 23);
MakeConfigVarUpdateDate(2025, 12, 4, 21);
virtual ~IConfigVarUpdate() = default;