SWDEV-463865 - changed device,roc and pal namespaces to be nested under amd
Change-Id: Icad342843c039c634e249a13a7aa31400730b1dd
[ROCm/clr commit: 775dc204aa]
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "device/pal/palvirtual.hpp"
|
||||
#include <array>
|
||||
|
||||
namespace pal {
|
||||
namespace amd::pal {
|
||||
|
||||
static constexpr std::array<PCIndexSelect, 50> blockIdToIndexSelect = {{
|
||||
PCIndexSelect::None, // CPF
|
||||
@@ -805,4 +805,4 @@ uint64_t PerfCounter::getInfo(uint64_t infoType) const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
} // namespace pal
|
||||
} // namespace amd::pal
|
||||
|
||||
Reference in New Issue
Block a user