llvm / llvm/offload-test-suite
Support Vulkan version from command line arguments
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 18
- Forks
- 39
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 40
Description
The code currently configures Vulkan 1.1 devices because you need to setup the API version before you can query for devices so I just picked the lowest.
An incoming PR will change this to setup a 1.1 then query the device and recreate the instance and device for whatever is supported. This works around issues where Vulkan 1.3 is currently required by clang shaders. We should instead take this value from the command line.
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
Locate the code that configures the Vulkan 1.1 instance and device, then find the command-line argument parsing entry point. Review how the requested version should interact with device queries and the incoming instance/device recreation change. Done means the Vulkan version is supplied through command-line arguments and the supported-device setup uses it correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, computer-graphics, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100