P4 to Git Change 1826528 by gandryey@gera-hip-lnx on 2019/06/13 16:20:18

SWDEV-180872 - Runtime support changes for Cooperative Group Features
	- Keep this feature for Linux only. Windows doesn't enable GWS by default

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#85 edit
Этот коммит содержится в:
foreman
2019-06-14 05:43:57 -04:00
родитель f81a154c54
Коммит 66c58e32c8
+2 -2
Просмотреть файл
@@ -223,8 +223,8 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
case Pal::AsicRevision::Raven:
case Pal::AsicRevision::Raven2:
aiPlus_ = true;
enableCoopGroups_ = true;
enableCoopMultiDeviceGroups_ = true;
enableCoopGroups_ = IS_LINUX;
enableCoopMultiDeviceGroups_ = IS_LINUX;
// Fall through to VI ...
case Pal::AsicRevision::Carrizo:
case Pal::AsicRevision::Bristol: