Add rocr namespace to core header and impl files

Change-Id: I1e1b33f9bba1078d049bc19797889988c3e43360
This commit is contained in:
Ramesh Errabolu
2020-06-06 22:16:03 -05:00
committed by Sean Keely
vanhempi 99e2942949
commit fa13208698
86 muutettua tiedostoa jossa 376 lisäystä ja 187 poistoa
@@ -77,6 +77,7 @@ std::ostream& attr2(std::ostream& out)
}
} // namespace anonymous
namespace rocr {
namespace amd {
namespace hsa {
namespace common {
@@ -118,7 +119,7 @@ bool IsAccessibleMemoryAddress(uint64_t address)
#endif // _WIN32 || _WIN64
}
}
} // namespace common
std::string HsaSymbolKindToString(hsa_symbol_kind_t kind)
{
@@ -1045,5 +1046,6 @@ std::string DumpFileName(const std::string& dir, const char* prefix, const char*
}
}
}
} // namespace hsa
} // namespace amd
} // namespace rocr