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
förälder ea36bc11ce
incheckning 407d1346f2
83 ändrade filer med 187 tillägg och 185 borttagningar
@@ -35,7 +35,7 @@
#include <iostream>
#include <iterator>
namespace roc {
namespace amd::roc {
static inline const char* hsa_strerror(hsa_status_t status) {
const char* str = nullptr;
@@ -343,6 +343,6 @@ bool LightningProgram::setKernels(void* binary, size_t binSize,
return true;
}
} // namespace roc
} // namespace amd::roc
#endif // WITHOUT_HSA_BACKEND