KhronosGroup / KhronosGroup/OpenCL-CTS
Use RAII in basic/test_imagedim.cpp
Open
- Dominant language
- C++
- Stars
- 232
- Forks
- 235
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 18
Description
to manage objects and memory allocations.
Contributor guide
No contributing guide indexed for this repository
Research direction
Review basic/test_imagedim.cpp to locate the objects and memory allocations whose lifetimes are managed manually. Refactor those resources to use RAII, then verify that the existing image-dimension tests still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100