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:
@@ -53,7 +53,7 @@
|
||||
#include "hsailctx.hpp"
|
||||
#endif
|
||||
|
||||
namespace device {
|
||||
namespace amd::device {
|
||||
|
||||
// TODO: Can this be unified with the copies in:
|
||||
// runtime/device/pal/palprogram.cpp, runtime/device/gpu/gpuprogram.cpp,
|
||||
@@ -3006,4 +3006,4 @@ bool Program::runInitFiniKernel(kernel_kind_t kind) const {
|
||||
bool Program::runInitKernels() { return runInitFiniKernel(kernel_kind_t::InitKernel); }
|
||||
|
||||
bool Program::runFiniKernels() { return runInitFiniKernel(kernel_kind_t::FiniKernel); }
|
||||
} /* namespace device*/
|
||||
} /* namespace amd::device*/
|
||||
|
||||
مرجع در شماره جدید
Block a user