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: decb7a1668]
Этот коммит содержится в:
foreman
2015-09-03 11:20:08 -04:00
родитель b2992a44b7
Коммит 1debddb238
+2 -2
Просмотреть файл
@@ -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") \