Change-Id: I75e24f15129973cee15fc9dac65d678bd2172074
Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344
Change-Id: I3ce23e410dc36e06d460263d768412f8368a6699
- Fix null-stream sync - hipStreamDestroy of null stream returns hipErrorInvalidResourceHandle - Update documentation. - Add tests for null stream sync, hipEventElapsedTime. - Rename internal enum hipEventStatusRecorded to hipEventStatusComplete - refactor hipStreamWaitEvent to streamline control-flow
Fix some NVCC issues. Add hipStreamSync2, record_event tests.