Files
compute-runtime/shared/source/helpers/linux/app_resource_helper.cpp
Bartosz Dunajski 96d14967ac Partial support for XE_HP_SDV
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2021-06-24 18:35:54 +02:00

16 lines
395 B
C++

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/app_resource_helper.h"
namespace NEO {
void AppResourceHelper::copyResourceTagStr(char *dst, GraphicsAllocation::AllocationType type, size_t size) {}
const char *AppResourceHelper::getResourceTagStr(GraphicsAllocation::AllocationType type) { return ""; }
} // namespace NEO