Doc update - describe debug techniques

Also tweak sample to remove unneeded HIP_KERNEL_NAME.
Comment update
This commit is contained in:
Ben Sander
2017-01-19 12:33:06 -06:00
parent 2ffc9f4e22
commit ca1cef4e06
3 changed files with 49 additions and 2 deletions
+1
View File
@@ -338,6 +338,7 @@ void ihipStream_t::locked_wait()
};
// Causes current stream to wait for specified event to complete:
// Note this does not require any kind of host serialization.
void ihipStream_t::locked_waitEvent(hipEvent_t event)
{
LockedAccessor_StreamCrit_t crit(_criticalData);