From 289f9e9c69d4c552d8a2d4c9cdcd991eb5dc343c Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 7 Aug 2018 15:53:13 -0400
Subject: [PATCH] P4 to Git Change 1590448 by gandryey@gera-w8 on 2018/08/07
15:31:50
SWDEV-159036 - HBCC is off by default in OCL on WX9100
- Disable HBCC, since it causes ocltst failures on TC
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#293 edit
[ROCm/clr commit: 99cb78b18650f56875e9b6f7f9668a2bb49449e7]
---
projects/clr/rocclr/runtime/utils/flags.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/clr/rocclr/runtime/utils/flags.hpp b/projects/clr/rocclr/runtime/utils/flags.hpp
index 93a6710109..27017cf5de 100644
--- a/projects/clr/rocclr/runtime/utils/flags.hpp
+++ b/projects/clr/rocclr/runtime/utils/flags.hpp
@@ -171,7 +171,7 @@ release(bool, GPU_ANALYZE_HANG, false, \
"1 = Enables GPU hang analysis") \
release(uint, GPU_MAX_REMOTE_MEM_SIZE, 2, \
"Maximum size (in Ki) that allows device memory substitution with system") \
-release(bool, GPU_ADD_HBCC_SIZE, true, \
+release(bool, GPU_ADD_HBCC_SIZE, false, \
"Add HBCC size to the reported device memory") \
release_on_stg(uint, GPU_WAVE_LIMIT_CU_PER_SH, 0, \
"Assume the number of CU per SH for wave limiter") \