mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Change namespace from OCLRT to NEO
Change-Id: If965c79d70392db26597aea4c2f3b7ae2820fe96 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace OCLRT;
|
||||
using namespace NEO;
|
||||
|
||||
class IcdRestore : public SharingFactory {
|
||||
public:
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
#include "test.h"
|
||||
#include "unit_tests/helpers/variable_backup.h"
|
||||
|
||||
using namespace OCLRT;
|
||||
using namespace NEO;
|
||||
|
||||
namespace OCLRT {
|
||||
namespace NEO {
|
||||
extern bool getDevicesResult;
|
||||
}; // namespace OCLRT
|
||||
}; // namespace NEO
|
||||
|
||||
struct PlatformNegativeTest : public ::testing::Test {
|
||||
void SetUp() override {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace OCLRT;
|
||||
using namespace NEO;
|
||||
|
||||
struct PlatformTest : public ::testing::Test {
|
||||
void SetUp() override { pPlatform.reset(new Platform()); }
|
||||
@@ -173,7 +173,7 @@ TEST(PlatformTestSimple, shutdownClosesAsyncEventHandlerThread) {
|
||||
EXPECT_TRUE(MockAsyncEventHandlerGlobals::destructorCalled);
|
||||
}
|
||||
|
||||
namespace OCLRT {
|
||||
namespace NEO {
|
||||
extern CommandStreamReceiverCreateFunc commandStreamReceiverFactory[2 * IGFX_MAX_CORE];
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace OCLRT;
|
||||
using namespace NEO;
|
||||
|
||||
struct PlatformTestMt : public ::testing::Test {
|
||||
void SetUp() override { pPlatform.reset(new Platform); }
|
||||
|
||||
Reference in New Issue
Block a user