mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Change DevicesBitfield type to struct
Change-Id: I7a005b07737cdd21efc174a2ee2be0f6b7f9068d Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
12
runtime/memory_manager/definitions/devices_bitfield.h
Normal file
12
runtime/memory_manager/definitions/devices_bitfield.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
namespace OCLRT {
|
||||
struct DevicesBitfield {
|
||||
};
|
||||
} // namespace OCLRT
|
||||
Reference in New Issue
Block a user