llvm / llvm/offload-test-suite

[Vulkan][KosmicKrisp] GroupMemoryBarrierWithGroupSync fails to create pipeline

Open
#683 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.