Skip to content
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

GPU-assisted validation fails due to "uniformAndStorageBuffer8BitAccess" feature #8414

Closed
kvark opened this issue Aug 20, 2024 · 1 comment · Fixed by #8560
Closed

GPU-assisted validation fails due to "uniformAndStorageBuffer8BitAccess" feature #8414

kvark opened this issue Aug 20, 2024 · 1 comment · Fixed by #8560
Assignees
Labels
Enhancement New feature or request GPU-AV GPU Assisted Validation

Comments

@kvark
Copy link

kvark commented Aug 20, 2024

Environment:

  • OS: NixOS (Linux 6.6.45)
  • GPU and driver version: AMD RADV 24.1.5
  • SDK or header version if building from repo:
  • Options enabled (synchronization, best practices, etc.): 1.3.283.0

Describe the Issue

When enabling GPU-assisted validation, it fails to activate:

WARNING-GPU-Assisted-Validation(WARN / SPEC): msgNum: 615892639 - Validation Warning: [ WARNING-GPU-Assisted-Validation ] | MessageID = 0x24b5c69f | vkCreateDevice(): gpuav_validate_copies option was enabled, but uniformAndStorageBuffer8BitAccess feature is not available. Disabling option.

Expected behavior

The feature is supported on this platform. If VVL needs it, I'd expect it to silently enable/request it when I'm creating VkDevice instead of expecting me to request some features.

@arno-lunarg arno-lunarg self-assigned this Aug 20, 2024
@arno-lunarg arno-lunarg added Enhancement New feature or request GPU-AV GPU Assisted Validation labels Aug 20, 2024
@spencer-lunarg
Copy link
Contributor

We currently do this for some features, but thanks for pointing this out, I realize some of the newer options (ex gpuav_validate_copies) didn't attempt to just enable it for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request GPU-AV GPU Assisted Validation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants