From 1debddb238e1c831c0dfffabc13985cfd6b9a047 Mon Sep 17 00:00:00 2001 From: foreman Date: Thu, 3 Sep 2015 11:20:08 -0400 Subject: [PATCH] P4 to Git Change 1187688 by jatang@jatang-opencl-hsa-stg1 on 2015/09/03 11:07:20 EPR #412821 - Default AMD_THREAD_TRACE_ENABLE to true for both main and stg. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#239 edit [ROCm/clr commit: decb7a166828f9e77911340ec2bedd69f7c73831] --- projects/clr/rocclr/runtime/utils/flags.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/rocclr/runtime/utils/flags.hpp b/projects/clr/rocclr/runtime/utils/flags.hpp index 22de406d47..12ad16adff 100644 --- a/projects/clr/rocclr/runtime/utils/flags.hpp +++ b/projects/clr/rocclr/runtime/utils/flags.hpp @@ -148,9 +148,9 @@ release(bool, GPU_DIRECT_SRD, false, \ "Use indirect SRD access in HSAIL") \ release(bool, GPU_USE_DEVICE_QUEUE, false, \ "Use a dedicated device queue for the actual submissions") \ -release(bool, GPU_ENABLE_LARGE_ALLOCATION, true, \ +release(bool, GPU_ENABLE_LARGE_ALLOCATION, true, \ "Enable >4GB single allocations") \ -release(bool, AMD_THREAD_TRACE_ENABLE, !IS_MAINLINE, \ +release(bool, AMD_THREAD_TRACE_ENABLE, true, \ "Enable thread trace extension") \ release(uint, OPENCL_VERSION, (IS_BRAHMA ? 120 : 200), \ "Force GPU opencl verison") \