mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Change-Id: I37695f0c636b65da58f59029a358671eaee69f44 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
14 lines
307 B
C++
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
|