KhronosGroup / KhronosGroup/OpenCL-CTS
clCreateProgramWithBuiltInKernels untested
- Dominant language
- C++
- Stars
- 232
- Forks
- 235
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 18
Description
A few ideas:
- [ ] test creating a program with all supported built-in kernels
- [ ] test creating a program with some of the supported built-in kernels
- [ ] test building the resulting programs
- [ ] test linking a program created from built-in kernels with programs created from source, binary or IL
- [ ] test creating all kernels
- [ ] test argument reflection on the kernels
- [ ] test `CL_KERNEL_GLOBAL_WORK_SIZE`
- [ ] test executing the kernels?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CTS coverage for clCreateProgramWithBuiltInKernels and identify how built-in kernels are represented and exercised. Work through the listed cases: creating and building programs, linking with source, binary, or IL programs, creating kernels, argument reflection, CL_KERNEL_GLOBAL_WORK_SIZE, and execution. Done means the supported cases are covered by tests, with any unsupported execution cases explicitly resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100