SWDEV-463865 - changed device,roc and pal namespaces to be nested under amd

Change-Id: Icad342843c039c634e249a13a7aa31400730b1dd


[ROCm/clr commit: 775dc204aa]
Este commit está contenido en:
Ioannis Assiouras
2024-06-06 18:40:49 +01:00
padre ea36bc11ce
commit 407d1346f2
Se han modificado 83 ficheros con 187 adiciones y 185 borrados
@@ -28,7 +28,7 @@
#include <algorithm>
amd::AppProfile* rocCreateAppProfile() {
amd::AppProfile* appProfile = new roc::AppProfile;
amd::AppProfile* appProfile = new amd::roc::AppProfile;
if ((appProfile == nullptr) || !appProfile->init()) {
DevLogPrintfError("App Profile init failed, appProfile: 0x%x \n",
@@ -39,7 +39,7 @@ amd::AppProfile* rocCreateAppProfile() {
return appProfile;
}
namespace roc {
namespace amd::roc {
bool AppProfile::ParseApplicationProfile() {
std::string appName("Explorer");