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

Change-Id: Icad342843c039c634e249a13a7aa31400730b1dd
Šī revīzija ir iekļauta:
Ioannis Assiouras
2024-06-06 18:40:49 +01:00
vecāks 1590b39f9e
revīzija 775dc204aa
83 mainīti faili ar 187 papildinājumiem un 185 dzēšanām
+2 -2
Parādīt failu
@@ -41,7 +41,7 @@
#include <sstream>
#include <iostream>
namespace pal {
namespace amd::pal {
Memory::Memory(const Device& gpuDev, amd::Memory& owner, size_t size)
: device::Memory(owner), Resource(gpuDev, size), pinnedMemory_(nullptr), parent_(nullptr) {
@@ -1203,4 +1203,4 @@ bool Image::ValidateMemory(Resource::MemoryType memType) {
return true;
}
} // namespace pal
} // namespace amd::pal