llvm / llvm/offload-test-suite

Don't force Vulkan 1.3

Open
#186 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

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.