mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Remove allocator_helper.cpp files Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
15 lines
233 B
C++
15 lines
233 B
C++
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/test/common/mocks/mock_gmm_resource_info.h"
|
|
|
|
namespace NEO {
|
|
|
|
void MockGmmResourceInfo::setSurfaceFormat() {
|
|
}
|
|
} // namespace NEO
|