SWDEV-463865 - symbol renamings to prevent conflicts in static build
Change-Id: Id7fbb638c1088c23df52fee877cd790d637b1ffb
[ROCm/clr commit: b8c2ac4de4]
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <atomic>
|
||||
|
||||
namespace activity_prof {
|
||||
namespace amd::activity_prof {
|
||||
|
||||
decltype(report_activity) report_activity{nullptr};
|
||||
|
||||
@@ -122,7 +122,7 @@ void ReportActivity(const amd::Command& command) {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace activity_prof
|
||||
} // namespace amd::activity_prof
|
||||
|
||||
#define CASE_STRING(X, C) \
|
||||
case X: \
|
||||
|
||||
مرجع در شماره جدید
Block a user