P4 to Git Change 1808220 by gandryey@gera-win10 on 2019/06/11 12:35:46

SWDEV-79445 - OCL generic changes and code clean-up
	- Force LC for HIP, since it doesn't support HSAIL path

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#83 edit
This commit is contained in:
foreman
2019-06-12 03:38:03 -04:00
förälder 95ad5becb2
incheckning 78451ae9cf
+1 -1
Visa fil
@@ -138,7 +138,7 @@ Settings::Settings() {
std::min(static_cast<uint64_t>(GPU_MAX_SUBALLOC_SIZE) * Ki, subAllocationChunkSize_);
maxCmdBuffers_ = 12;
useLightning_ = GPU_ENABLE_LC;
useLightning_ = amd::IS_HIP ? true : GPU_ENABLE_LC;
enableWgpMode_ = false;
enableWave32Mode_ = false;
hsailExplicitXnack_ = false;