llvm / llvm/offload-test-suite
Don't force Vulkan 1.3
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 18
- Forks
- 39
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 40
Description
We are currently forcing Vulkan 1.3, which isn't ideal since we should really be able to write tests against any version of Vulkan.
For now the non-1.3 support in LLVM is pretty limited, so this might be the right call temporarily, but we should figure out a better long term solution.
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 in test/lit.cfg.py at line 56, where Vulkan 1.3 is currently forced. Read the surrounding test configuration and inspect how Vulkan versions are selected or exposed. The work is complete when the suite no longer unconditionally requires Vulkan 1.3 and the supported-version behavior is defined for tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics, testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100