mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Move MemoryProperties struct to separate file
Change-Id: Ie35d2638b6fe5cafe64f3b9fc3e0c3b67ac08fd7 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
d0ef355a35
commit
622f71a1b2
@@ -16,6 +16,7 @@ namespace OCLRT {
|
||||
class Buffer;
|
||||
class Device;
|
||||
class MemoryManager;
|
||||
struct MemoryProperties;
|
||||
|
||||
typedef Buffer *(*BufferCreatFunc)(Context *context,
|
||||
cl_mem_flags flags,
|
||||
|
||||
Reference in New Issue
Block a user