[ROCm/rocjpeg commit: 391ae1da73]
Этот коммит содержится в:
Aryan Salmanpour
2025-02-03 14:01:01 -05:00
коммит произвёл GitHub
родитель e5908d68d4
Коммит 897b0e6e95
-5
Просмотреть файл
@@ -84,11 +84,6 @@ template <typename Tp> void ToolInit(Tp* table) {
auto rocp_reg_status = rocprofiler_register_library_api_table(
dispatch_table_info<Tp>::name, dispatch_table_info<Tp>::import_func,
dispatch_table_info<Tp>::version, table_array.data(), table_array.size(), &lib_id);
bool report_register_errors = false;
if (report_register_errors && rocp_reg_status != ROCP_REG_SUCCESS)
fprintf(stderr, "rocprofiler-register failed for %s with error code %i: %s\n",
dispatch_table_info<Tp>::name, rocp_reg_status, rocprofiler_register_error_string(rocp_reg_status));
#else
(void)table;
#endif