compute-runtime/unit_tests/mocks/mock_gmm_memory_base.cpp

15 lines
222 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "mock_gmm_memory.h"
namespace OCLRT {
GmmMemory *GmmMemory::create() {
return new MockGmmMemory();
}
} // namespace OCLRT