From 568daace5f04712a63f1c68b4672d4b63a4bebca Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 7 Nov 2017 14:01:44 -0500
Subject: [PATCH] P4 to Git Change 1479658 by gandryey@gera-w8 on 2017/11/07
13:52:17
SWDEV-137599 - [OCL/LC] OCLLiquidFlash test on Vega10 Linux causing system to hang
- Don't report the LiquidFlash extension by default. Runtime will detect amdgpu-pro interfaces later and report the extension if available.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#28 edit
[ROCm/clr commit: 21789b34341e4c07c842768bc93832e212342b04]
---
projects/clr/rocclr/runtime/device/rocm/rocsettings.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/projects/clr/rocclr/runtime/device/rocm/rocsettings.cpp b/projects/clr/rocclr/runtime/device/rocm/rocsettings.cpp
index dfab1f256f..dbf002cc61 100644
--- a/projects/clr/rocclr/runtime/device/rocm/rocsettings.cpp
+++ b/projects/clr/rocclr/runtime/device/rocm/rocsettings.cpp
@@ -97,7 +97,6 @@ bool Settings::create(bool fullProfile, int gfxipVersion) {
enableExtension(ClKhr3DImageWrites);
enableExtension(ClAmdMediaOps);
enableExtension(ClAmdMediaOps2);
- enableExtension(ClAMDLiquidFlash);
if (MesaInterop::Supported()) {
enableExtension(ClKhrGlSharing);
}