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

Change-Id: Icad342843c039c634e249a13a7aa31400730b1dd
此提交包含在:
Ioannis Assiouras
2024-06-06 18:40:49 +01:00
父節點 1590b39f9e
當前提交 775dc204aa
共有 83 個檔案被更改,包括 187 行新增185 行删除
+2 -2
查看文件
@@ -25,7 +25,7 @@
#ifndef WITHOUT_HSA_BACKEND
namespace roc {
namespace amd::roc {
Kernel::Kernel(std::string name, Program* prog, const uint64_t& kernelCodeHandle,
const uint32_t workgroupGroupSegmentByteSize,
@@ -205,5 +205,5 @@ bool LightningKernel::postLoad() {
}
#endif // defined(USE_COMGR_LIBRARY)
} // namespace roc
} // namespace amd::roc
#endif // WITHOUT_HSA_BACKEND