Files
compute-runtime/runtime/memory_manager/definitions/storage_info.cpp
Mateusz Jablonski 24cb171d2a Rename DevicesBitfield -> StorageInfo
Change-Id: I2f763be185350de7b76838c9f101a1f8026f42c9
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2019-03-04 11:44:04 +01:00

15 lines
305 B
C++

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/memory_manager/graphics_allocation.h"
namespace OCLRT {
StorageInfo GraphicsAllocation::createStorageInfoFromProperties(const AllocationProperties &properties) {
return {};
}
} // namespace OCLRT