From 6ad95ed51dfe86ff51b70f83390d6974e4765e44 Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 14 Apr 2015 15:46:47 -0400
Subject: [PATCH] P4 to Git Change 1140692 by gandryey@gera-w8 on 2015/04/14
15:32:03
ECR #304775 - Remove OCL_STRESS_BINARY_IMAGE
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_program.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#229 edit
[ROCm/clr commit: b9f5823be055e3e78b9eca6b4a0ebd99408e27e1]
---
projects/clr/rocclr/runtime/utils/flags.hpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/projects/clr/rocclr/runtime/utils/flags.hpp b/projects/clr/rocclr/runtime/utils/flags.hpp
index 69a4bf894d..ad5c163351 100644
--- a/projects/clr/rocclr/runtime/utils/flags.hpp
+++ b/projects/clr/rocclr/runtime/utils/flags.hpp
@@ -88,8 +88,6 @@ release(cstring, AMD_OCL_SC_LIB, 0, \
"Set shader compiler shared library name or path") \
debug(bool, AMD_OCL_SUPPRESS_MESSAGE_BOX, false, \
"Suppress the error dialog on Windows") \
-debug(bool, OCL_STRESS_BINARY_IMAGE, false, \
- "Exercise the binary image producer and consumer") \
release(cstring, GPU_PRE_RA_SCHED, "default", \
"Allows setting of alternate pre-RA-sched") \
release(size_t, GPU_PINNED_XFER_SIZE, 16, \