compute-runtime/unit_tests/mocks/mock_gmm_memory_base.cpp

15 lines
223 B
C++

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