P4 to Git Change 1197728 by xcui@merged_opencl_jxcwin on 2015/10/07 18:15:58

SWDEV-59579 - using existing function to simplify the code.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#301 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#385 edit
This commit is contained in:
foreman
2015-10-07 19:24:44 -04:00
rodzic 66a50cca4a
commit bc8a28c577
2 zmienionych plików z 2 dodań i 2 usunięć
@@ -3197,7 +3197,7 @@ VirtualGPU::processMemObjectsHSA(
// so we can avoid checks of the aliased objects
memoryDependency().newKernel();
bool deviceSupportFGS = 0 != (dev().info().svmCapabilities_ & CL_DEVICE_SVM_FINE_GRAIN_SYSTEM);
bool deviceSupportFGS = 0 != dev().isFineGrainedSystem();
bool supportFineGrainedSystem = deviceSupportFGS;
FGSStatus status = kernelParams.getSvmSystemPointersSupport();
switch (status) {