SWDEV-547108 - Add dll loader for Windows build (#1004)

The build of ROCR backend will be enabled by default in Windows.
It requires the dll loader until ROCR dll will be always available in Windows for any configuration.
此提交包含在:
German Andryeyev
2025-09-19 11:25:30 -04:00
提交者 GitHub
父節點 18b4b84a9f
當前提交 ea89ddd589
共有 19 個檔案被更改,包括 1130 行新增419 行删除
+2 -2
查看文件
@@ -1,4 +1,4 @@
/* Copyright (c) 2010 - 2021 Advanced Micro Devices, Inc.
/* Copyright (c) 2010 - 2025 Advanced Micro Devices, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -405,7 +405,7 @@ bool PrintfDbg::init(bool printfEnabled) {
// Copy offset and number of bytes available for printf data
// into the corresponding location in the debug buffer
hsa_status_t err = hsa_memory_copy(dbgBuffer_, sysMem, 2 * sizeof(uint32_t));
hsa_status_t err = Hsa::memory_copy(dbgBuffer_, sysMem, 2 * sizeof(uint32_t));
if (err != HSA_STATUS_SUCCESS) {
LogPrintfError(
"\n Can't copy offset and bytes available data to dgbBuffer_,"