Add rocr namespace to core header and impl files

Change-Id: I1e1b33f9bba1078d049bc19797889988c3e43360
Αυτή η υποβολή περιλαμβάνεται σε:
Ramesh Errabolu
2020-06-06 22:16:03 -05:00
υποβλήθηκε από Sean Keely
γονέας 99e2942949
υποβολή fa13208698
86 αρχεία άλλαξαν με 376 προσθήκες και 187 διαγραφές
@@ -62,7 +62,8 @@
#include "core/inc/amd_memory_region.h"
#include "core/util/utils.h"
namespace amd {
namespace rocr {
namespace AMD {
// Minimum acceptable KFD version numbers
static const uint kKfdVersionMajor = 0;
static const uint kKfdVersionMinor = 99;
@@ -287,3 +288,4 @@ bool Unload() {
return true;
}
} // namespace amd
} // namespace rocr