Files
compute-runtime/shared/test/unit_test/mocks/mock_gmm_resource_info.cpp
Mateusz Jablonski 6e64c24df3 Move mock gmm resource info to shared
Remove allocator_helper.cpp files


Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2021-10-12 12:19:35 +02:00

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