compute-runtime/runtime/gmm_helper/gmm_memory.cpp

15 lines
214 B
C++

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