P4 to Git Change 1177889 by weizhang@msdnweizhang-opencl on 2015/08/06 17:16:54

EPR #421017 - IOMMU2/SVM on CZ Win10, the bit INST_ATC of  COMPUTE_PGM_HI needs to be set for device enqueue.

Affected files ...

... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/devenq/schedule.cl#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusched.hpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#370 edit


[ROCm/clr commit: 7a54d367f3]
此提交包含在:
foreman
2015-08-06 17:39:55 -04:00
父節點 337d6861b4
當前提交 d939bb5f12
共有 2 個檔案被更改,包括 2 行新增1 行删除
+1
查看文件
@@ -1926,6 +1926,7 @@ VirtualGPU::submitKernelInternalHSA(
param->releaseHostCP = 0;
param->parentAQL = vmParentWrap;
param->dedicatedQueue = dev().settings().useDeviceQueue_;
param->useATC = dev().settings().svmFineGrainSystem_;
// Fill the scratch buffer information
if (hsaKernel.prog().maxScratchRegs() > 0) {