P4 to Git Change 1113275 by jatang@jatang-opencl-hsa-stg1 on 2015/01/20 11:17:41
EPR #412821 - Default AMD_THREAD_TRACE_ENABLE to true for stg. So OpenCL sanity will test the OCLThreadTrace test. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#224 edit
Этот коммит содержится в:
@@ -154,7 +154,7 @@ release(bool, GPU_USE_DEVICE_QUEUE, false, \
|
||||
"Use a dedicated device queue for the actual submissions") \
|
||||
release(bool, GPU_ENABLE_LARGE_ALLOCATION, false, \
|
||||
"Enable >4GB single allocations") \
|
||||
release(bool, AMD_THREAD_TRACE_ENABLE, false, \
|
||||
release(bool, AMD_THREAD_TRACE_ENABLE, !IS_MAINLINE, \
|
||||
"Enable thread trace extension") \
|
||||
release(uint, OPENCL_VERSION, 200, \
|
||||
"Force GPU opencl verison") \
|
||||
|
||||
Ссылка в новой задаче
Block a user