P4 to Git Change 1338972 by scharupa@scharupa_temp on 2016/11/09 16:33:58

SWDEV-95488 - Limiting max cap Context on ROCm, it is limited to 100

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#204 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#279 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#25 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#4 edit


[ROCm/clr commit: 2d64dbab44]
This commit is contained in:
foreman
2016-11-09 17:07:33 -05:00
orang tua 5e63fbe507
melakukan 8606cc8f53
7 mengubah file dengan 28 tambahan dan 2 penghapusan
@@ -186,6 +186,7 @@ Device::Device(hsa_agent_t bkendDevice)
, alloc_granularity_(0)
, context_(nullptr)
, xferQueue_(nullptr)
, numOfVgpus_(0)
{
group_segment_.handle = 0;
system_segment_.handle = 0;