Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/api/images: force unmap/release to be perform after check (#697)
* tests/api/images: force unmap/release to be perform after check Depending on values in device_properties, some platform can perform the unmap when the function is called, not when the app calls clFinish. Force this behavior by adding a userevent to control when the unmap can be performed. It might also fix flakyness in github CI. Not too sure. * add comments * Update tests/api/images.cpp * Update tests/api/images.cpp --------- Co-authored-by: Kévin Petit <[email protected]>
- Loading branch information