HIP icon indicating copy to clipboard operation
HIP copied to clipboard

EXSWHTEC-16 - Implement hipEventSynchronize tests

Open nives-vukovic opened this issue 3 years ago • 1 comments

  • Add hipEventSynchronize.cc file with positive unit tests: Simple recorded event synchronization and without event recording
  • Add newly created file into CMakeLists.txt

nives-vukovic avatar Aug 29 '22 16:08 nives-vukovic

@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.

nives-vukovic avatar Sep 14 '22 19:09 nives-vukovic