ECR #333755 - Fixed linux compilation of undefined functions.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133906]
[ROCm/ROCR-Runtime commit: 533bad8360]
このコミットが含まれているのは:
@@ -5,9 +5,10 @@
|
||||
#include "hsa.h"
|
||||
#include "hsa_ext_finalize.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#if defined(_MSC_VER)
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
hsa_status_t ModuleCreateFromHsailTextFile(
|
||||
@@ -39,8 +40,10 @@ hsa_status_t ModuleDisassemble(
|
||||
const char *hsail_text_filename
|
||||
);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#if defined(_MSC_VER)
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする