Doc update - describe debug techniques

Also tweak sample to remove unneeded HIP_KERNEL_NAME.
Comment update


[ROCm/clr commit: ca1cef4e06]
This commit is contained in:
Ben Sander
2017-01-19 12:33:06 -06:00
parent 3bc2e3ba02
commit 48bd62db9a
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);