Files
compute-runtime/unit_tests/mocks/mock_gmm_client_context.cpp
Mateusz Jablonski d838ed8a24 GmmClientContext: Don't pass pointers to gmmlib functions
Change-Id: I37695f0c636b65da58f59029a358671eaee69f44
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-01-15 08:36:24 +01:00

14 lines
307 B
C++

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "mock_gmm_client_context.h"
namespace NEO {
MockGmmClientContext::MockGmmClientContext(OSInterface *osInterface, HardwareInfo *hwInfo) : MockGmmClientContextBase(osInterface, hwInfo) {
}
} // namespace NEO