Add rocr namespace to core header and impl files

Change-Id: I1e1b33f9bba1078d049bc19797889988c3e43360
このコミットが含まれているのは:
Ramesh Errabolu
2020-06-06 22:16:03 -05:00
committed by Sean Keely
コミット fa13208698
86個のファイルの変更376行の追加187行の削除
+4 -2
ファイルの表示
@@ -63,8 +63,8 @@
#include "AMDHSAKernelDescriptor.h"
using namespace amd::hsa;
using namespace amd::hsa::common;
using namespace rocr::amd::hsa;
using namespace rocr::amd::hsa::common;
// Having a side effect prevents call site optimization that allows removal of a noinline function call
// with no side effect.
@@ -82,6 +82,7 @@ HSA_API r_debug _amdgpu_r_debug = {2,
0};
static link_map* r_debug_tail = nullptr;
namespace rocr {
namespace amd {
namespace hsa {
namespace loader {
@@ -1906,3 +1907,4 @@ bool ExecutableImpl::PrintToFile(const std::string& filename)
} // namespace loader
} // namespace hsa
} // namespace amd
} // namespace rocr