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:
@@ -41,7 +41,7 @@
|
||||
#include "protocols/rgpServer.h"
|
||||
#include "protocols/driverControlServer.h"
|
||||
|
||||
namespace pal {
|
||||
namespace amd::pal {
|
||||
// ================================================================================================
|
||||
RgpCaptureMgr::RgpCaptureMgr(Pal::IPlatform* platform, const Device& device)
|
||||
: device_(device),
|
||||
@@ -969,6 +969,6 @@ void RgpCaptureMgr::WriteComputeBindMarker(const VirtualGPU* gpu, uint64_t api_h
|
||||
WriteMarker(gpu, &marker, sizeof(marker));
|
||||
}
|
||||
|
||||
} // namespace pal
|
||||
} // namespace amd::pal
|
||||
|
||||
#endif // PAL_GPUOPEN_OCL
|
||||
|
||||
Reference in New Issue
Block a user