From 6222f12c799e9012382704ace28cc8ff83d06e34 Mon Sep 17 00:00:00 2001
From: foreman
Date: Fri, 14 Jun 2019 05:43:57 -0400
Subject: [PATCH] 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
[ROCm/clr commit: 66c58e32c8e4c40614cd7da5ad5a0683ace23343]
---
projects/clr/rocclr/runtime/device/pal/palsettings.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/clr/rocclr/runtime/device/pal/palsettings.cpp b/projects/clr/rocclr/runtime/device/pal/palsettings.cpp
index 0ae8bfde0d..8730e6dc30 100644
--- a/projects/clr/rocclr/runtime/device/pal/palsettings.cpp
+++ b/projects/clr/rocclr/runtime/device/pal/palsettings.cpp
@@ -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: