Skip to content

[SPIR-V] Disable validation for a broken test #7682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

Keenuts
Copy link
Collaborator

@Keenuts Keenuts commented Aug 6, 2025

The code emitted with this test would not pass validation rules for 06677 as the empty cbuffers generate a UniformConstant variable with no binding decoration.
Seems like an oversight from DXC which would be OK if it only happened with -fcgl but since this also happens in -O0 this is a bug.

Related to #7681

@Keenuts
Copy link
Collaborator Author

Keenuts commented Aug 6, 2025

CI failure is a 120mn timeout which happens sometimes.

@Keenuts Keenuts requested a review from s-perron August 11, 2025 11:24
The code emitted with this test would not pass validation rules for
06677 as the empty cbuffers generate a UniformConstant variable with no
binding decoration.
Seems like an oversight from DXC which would be OK if it only happened with
`-fcgl` but since this also happens in `-O0` this is a bug.

Related to microsoft#7681
@Keenuts Keenuts force-pushed the disable-validation branch from 6f74af7 to 93f517f Compare August 12, 2025 15:05
@Keenuts Keenuts merged commit 7a1b1df into microsoft:main Aug 12, 2025
12 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in HLSL Roadmap Aug 12, 2025
@Keenuts Keenuts deleted the disable-validation branch August 13, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants