mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +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:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace OCLRT {
|
||||
namespace NEO {
|
||||
|
||||
class CommandQueue;
|
||||
class Context;
|
||||
@@ -68,4 +68,4 @@ struct api_fixture_using_aligned_memory_manager {
|
||||
|
||||
using api_test_using_aligned_memory_manager = Test<api_fixture_using_aligned_memory_manager>;
|
||||
|
||||
} // namespace OCLRT
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user