P4 to Git Change 1337771 by gandryey@gera-w8 on 2016/11/07 17:16:58

SWDEV-106509 - [CQE OCL][OpenCL on PAL][QR] 3 Conformance tests are failing/crashing
	- Add missing constant argument into the qualifiers lookup
	- Initialize rtCU count to the internal constant

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#33 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#23 edit
This commit is contained in:
foreman
2016-11-07 17:32:56 -05:00
rodzic 3459794cb3
commit 7f539761ca
2 zmienionych plików z 3 dodań i 1 usunięć
+1 -1
Wyświetl plik
@@ -928,7 +928,7 @@ Device::createVirtualDevice(
{
bool profiling = false;
bool interopQueue = false;
uint rtCUs = 0;
uint rtCUs = amd::CommandQueue::RealTimeDisabled;
uint deviceQueueSize = 0;
if (queue != nullptr) {