Add additional controls for forcing serialization and blocking.

Move HIP_COHERENT_HOST_ALLOC so it is read once at init time.
Add HIP_LAUNCH_BLOCKING_KERNELS, HIP_API_BLOCKING.
Update docs on debug and chicken bits.

Conflicts:
	src/hip_hcc.cpp


[ROCm/clr commit: 783ac156ce]
This commit is contained in:
Ben Sander
2016-12-02 23:57:22 +00:00
parent 5e38114363
commit bccb897f84
6 changed files with 65 additions and 45 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ hipError_t hipModuleLaunchKernel(hipFunction_t f,
#endif // USE_DISPATCH_HSA_KERNEL
ihipPostLaunchKernel(hStream, lp);
ihipPostLaunchKernel(f->_kernelName, hStream, lp);
}