Skip to content

sync: Fix submit time check - #13142

Merged
artem-lunarg merged 1 commit into
KhronosGroup:mainfrom
artem-lunarg:artem-sync-fix-submit-config
Sep 17, 2026
Merged

artem-lunarg merged 1 commit into
KhronosGroup:mainfrom
artem-lunarg:artem-sync-fix-submit-config

Conversation

@artem-lunarg

Copy link
Copy Markdown
Contributor

No description provided.

@ci-tester-lunarg

Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 123415.

@artem-lunarg
artem-lunarg marked this pull request as ready for review September 17, 2026 21:13
@artem-lunarg
artem-lunarg requested a review from a team as a code owner September 17, 2026 21:13
const ErrorObject& error_obj) const {
bool skip = false;
if (!syncval_settings.legacy_submit_time_validation) {
if (!syncval_settings.IsSubmitTimeProcessingEnabled()) {

@artem-lunarg artem-lunarg Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IsSubmitTimeProcessingEnabled checks both legacy_submit_time_validation and new full_validation option. Found this when tried to benchmark with full validation enabled and everything got slower instead of faster and it was because of this.

@ci-tester-lunarg

Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 24544 running.

@ci-tester-lunarg

Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 24544 passed.

@artem-lunarg
artem-lunarg merged commit 6d82cb9 into KhronosGroup:main Sep 17, 2026
21 checks passed
@artem-lunarg
artem-lunarg deleted the artem-sync-fix-submit-config branch September 17, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants