mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Rename DevicesBitfield -> StorageInfo
Change-Id: I2f763be185350de7b76838c9f101a1f8026f42c9 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
72a5c2c6c4
commit
24cb171d2a
@@ -8,7 +8,7 @@
|
||||
#include "runtime/memory_manager/graphics_allocation.h"
|
||||
|
||||
namespace OCLRT {
|
||||
DevicesBitfield GraphicsAllocation::createBitfieldFromProperties(const AllocationProperties &properties) {
|
||||
StorageInfo GraphicsAllocation::createStorageInfoFromProperties(const AllocationProperties &properties) {
|
||||
return {};
|
||||
}
|
||||
} // namespace OCLRT
|
||||
@@ -7,6 +7,6 @@
|
||||
|
||||
#pragma once
|
||||
namespace OCLRT {
|
||||
struct DevicesBitfield {
|
||||
struct StorageInfo {
|
||||
};
|
||||
} // namespace OCLRT
|
||||
Reference in New Issue
Block a user