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:
Ioannis Assiouras
2024-06-06 18:40:49 +01:00
bovenliggende ea36bc11ce
commit 407d1346f2
83 gewijzigde bestanden met toevoegingen van 187 en 185 verwijderingen
@@ -50,7 +50,7 @@
#include "platform/interop_d3d11.hpp"
#endif // _WIN32
namespace pal {
namespace amd::pal {
uint32_t VirtualGPU::Queue::AllocedQueues(const VirtualGPU& gpu, Pal::EngineType type) {
uint32_t allocedQueues = 0;
@@ -3803,4 +3803,4 @@ void* VirtualGPU::getOrCreateHostcallBuffer() {
return hostcallBuffer_;
}
} // namespace pal
} // namespace amd::pal