KhronosGroup / KhronosGroup/SPIRV-Tools
spirv-fuzz: Add transformation and fuzzer for changing memory scope
Open
component:fuzzer
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 709
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 28
Description
This transformation (and fuzzer pass) should strengthen the scope of atomic instructions.
For example: `Invocation` can be `Subgroup` and so on, because It is always acceptable to use a wider scope.
Contributor guide
Research direction
Start by reading the existing spirv-fuzz transformations and fuzzer passes related to atomic instructions and memory scope. Define how widening scopes such as Invocation to Subgroup should be selected, then add the transformation and fuzzer pass so atomic instructions are strengthened while preserving validity; verify the behavior with the relevant existing fuzzer tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100