KhronosGroup / KhronosGroup/SPIRV-Tools
[OpenCL validation] Execution model
Open
component:validation
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 709
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 28
Description
From the environment spec:
```
The Execution Model declared in OpEntryPoint must be Kernel.
```
Contributor guide
Research direction
Start by locating the OpenCL environment validation for OpEntryPoint and the existing execution-model checks. Compare that validation with the cited environment specification; done means an OpEntryPoint using an execution model other than Kernel is rejected, with coverage in the relevant validation tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100