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/hip commit: ff2f54c1bf]
这个提交包含在:
Ben Sander
2016-12-02 23:57:22 +00:00
父节点 eaf16d02f2
当前提交 ce01d26a87
修改 6 个文件,包含 65 行新增45 行删除
+1 -1
查看文件
@@ -333,7 +333,7 @@ hipError_t hipModuleLaunchKernel(hipFunction_t f,
#endif // USE_DISPATCH_HSA_KERNEL
ihipPostLaunchKernel(hStream, lp);
ihipPostLaunchKernel(f->_kernelName, hStream, lp);
}