P4 to Git Change 1509534 by gandryey@gera-w8 on 2018/01/29 17:42:48

SWDEV-143822 - [CQE OCL][Vega10][OCLtst][DTB-Blocker][QR] 8 out of 50 failures are observed with OCLPerf 32bit test; due to Faulty CL# 1502648
	- Limit the cache size to 1GB with 32 bit

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#41 edit
Bu işleme şunda yer alıyor:
foreman
2018-01-29 17:47:45 -05:00
ebeveyn c5b4ea25c5
işleme a1433357fb
+3
Dosyayı Görüntüle
@@ -413,6 +413,9 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
resourceCacheSize_ =
std::max(((heaps[Pal::GpuHeapLocal].heapSize + heaps[Pal::GpuHeapInvisible].heapSize) / 8),
(uint64_t)GPU_RESOURCE_CACHE_SIZE * Mi);
#if !defined(_LP64)
resourceCacheSize_ = std::min(resourceCacheSize_, 1 * Gi);
#endif
}
#if defined(WITH_LIGHTNING_COMPILER)