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

Vulkan Validation Error: Array containing a Block or BufferBlock must not be decorated with ArrayStride #6219

Closed
jkwak-work opened this issue Jan 29, 2025 · 0 comments · Fixed by #6222
Assignees
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case.

Comments

@jkwak-work
Copy link
Collaborator

jkwak-work commented Jan 29, 2025

With the latest SPIRV submodules, the following tests are failing.

tests/bugs/gh-4131.slang
tests/compute/loop-unroll.slang.5 (vk)
tests/compute/nonuniformres-as-function-parameter.slang
tests/compute/nonuniformres-nested-rwstructuredbuf.slang.3
tests/cross-compile/array-of-buffers.slang
tests/language-feature/descriptor-handle/desc-handle-1.slang
tests/language-feature/descriptor-handle/desc-handle-2.slang
tests/language-feature/descriptor-handle/desc-handle-0.slang.4
tests/language-feature/descriptor-handle/desc-handle-3.slang.8
tests/spirv/array-resource.slang
tests/spirv/coherent-2.slang

The validation error message is:

Array containing a Block or BufferBlock must not be decorated with ArrayStride
  %_runtimearr_RWStructuredBuffer = OpTypeRuntimeArray %RWStructuredBuffer
@jkwak-work jkwak-work added the goal:forward looking Feature needed at a later date, not connected to a specific use case. label Jan 29, 2025
@jkwak-work jkwak-work self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant