HIP
HIP copied to clipboard
EXSWHTEC-16 - Implement hipEventSynchronize tests
- Add hipEventSynchronize.cc file with positive unit tests: Simple recorded event synchronization and without event recording
- Add newly created file into CMakeLists.txt
@chrispaquot In these tests we mainly wanted to verify functionality of the hipEventSynchronize API, as extensive joint testing of multiple Event Management APIs is present in the Unit_hipEvent.cc. The point of the implemented test was to see if further execution will be blocked until specified event is completed, I have expanded it to include the case when kernel is launched in a different stream. Please review the changes.