2020-01-20 07:17:52 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/gmm_helper/gmm_lib.h"
|
2020-01-20 07:17:52 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
namespace GmmInterface {
|
|
|
|
|
|
|
|
GMM_STATUS initialize(GMM_INIT_IN_ARGS *pInArgs, GMM_INIT_OUT_ARGS *pOutArgs);
|
|
|
|
|
|
|
|
void destroy(GMM_INIT_OUT_ARGS *pInArgs);
|
|
|
|
} // namespace GmmInterface
|
|
|
|
} // namespace NEO
|