KhronosGroup / KhronosGroup/OpenCL-CTS
Test explicit initializers of program scope variables
- Dominant language
- C++
- Stars
- 232
- Forks
- 235
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 18
Description
There is currently no test that program scope variables that have explicit initializers are correctly initialized with the stated value.
See also: issue #498, regarding the initialization of program scope variables with no default initializer, for which the semantics need to be clarified.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the OpenCL-CTS test suite for existing coverage of program-scope variable initialization and review issue #498 for the related no-initializer semantics. Add a conformance test for variables with explicit initializers, checking that each variable receives its stated value; the test should pass when those values are correctly observed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100