llvm / llvm/offload-test-suite
[Vulkan][KosmicKrisp] GroupMemoryBarrierWithGroupSync fails to create pipeline
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 18
- Forks
- 39
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 40
Description
Offloader is failing on GroupMemoryBarrierWithGroupSync.test. There is not enough information in the output to know why. This test is passing on DXC for this same test.
```
Using Vulkan API
Physical device created.
Shader module created.
Copy command buffer created.
Memory buffers created.
Executed copy command buffer.
Execute command buffer created.
Descriptors: { type = 7, count = 1 }
Descriptor pool created.
Binding 1 descriptors.
Num Descriptor sets: 1
Updating Descriptor [0] { 0, 0 }
WriteDescriptors: 1
Descriptor sets created.
gpu-exec: error: Failed to create pipeline.
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with GroupMemoryBarrierWithGroupSync.test and reproduce the failure through gpu-exec using the Vulkan path. Compare the Vulkan and DXC results, then trace the pipeline-creation failure until the output identifies its cause and the test creates a pipeline successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100