KhronosGroup / KhronosGroup/OpenCL-CTS
Overlap of test_relationals and test_bruteforce
- Dominant language
- C++
- Stars
- 232
- Forks
- 235
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 18
Description
In `test_bruteforce` there are couple of tests focused on kernel procedures which are already covered by `test_relationals`:
```
isequal
isgreater
isgreaterequal
isless
islessequal
islessgreater
isnotequal
```
There are also other kernel procedures which should/could land in `test_relationals` for consistency:
```
isfinite
isinf
isnan
isnormal
isordered
isunordered
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare test_relationals and test_bruteforce, focusing on the listed kernel procedures and their existing coverage. Run the relevant OpenCL CTS tests before and after the organization changes. Done means duplicate relational coverage is removed and the additional procedures are placed consistently in test_relationals.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100