P4 to Git Change 1826839 by slinder1@slinder1-fiji-ocllc on 2019/06/13 19:19:49

SWDEV-187290 - Update to new Comgr option handling

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/comgrctx.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/comgrctx.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#46 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#94 edit
Этот коммит содержится в:
foreman
2019-06-14 07:15:00 -04:00
родитель 66c58e32c8
Коммит 21632e20a0
5 изменённых файлов: 128 добавлений и 74 удалений
+4 -1
Просмотреть файл
@@ -51,6 +51,9 @@ bool Comgr::LoadLib() {
GET_COMGR_SYMBOL(amd_comgr_action_info_get_language)
GET_COMGR_SYMBOL(amd_comgr_action_info_set_options)
GET_COMGR_SYMBOL(amd_comgr_action_info_get_options)
GET_COMGR_SYMBOL(amd_comgr_action_info_set_option_list)
GET_COMGR_SYMBOL(amd_comgr_action_info_get_option_list_count)
GET_COMGR_SYMBOL(amd_comgr_action_info_get_option_list_item)
GET_COMGR_SYMBOL(amd_comgr_action_info_set_working_directory_path)
GET_COMGR_SYMBOL(amd_comgr_action_info_get_working_directory_path)
GET_COMGR_SYMBOL(amd_comgr_action_info_set_logging)
@@ -71,4 +74,4 @@ bool Comgr::LoadLib() {
}
}
#endif
#endif