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
Этот коммит содержится в:
Ben Sander
2016-12-02 23:57:22 +00:00
родитель ef046c7098
Коммит ff2f54c1bf
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);
}