dcompute ~master (2022-03-04T06:15:12.0261143)
Dub
Repo
Device
dcompute
driver
ocl
device
Undocumented in source.
struct
Device {
enum
Type
;
enum
AffinityDomain
;
enum
PartitionProperty
;
enum
FPConfig
;
enum
MemoryCacheType
;
enum
LocalMemoryType
;
enum
ExecutionCapabilities
;
struct
Info
;
cl_device_id
raw
;
void
retain
();
void
release
();
}
Members
Enums
AffinityDomain
enum
AffinityDomain
Undocumented in source.
ExecutionCapabilities
enum
ExecutionCapabilities
Undocumented in source.
FPConfig
enum
FPConfig
Undocumented in source.
LocalMemoryType
enum
LocalMemoryType
Undocumented in source.
MemoryCacheType
enum
MemoryCacheType
Undocumented in source.
PartitionProperty
enum
PartitionProperty
Undocumented in source.
Type
enum
Type
Undocumented in source.
Functions
release
void
release
()
Undocumented in source. Be warned that the author may not have intended to support it.
retain
void
retain
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Info
struct
Info
Undocumented in source.
Variables
raw
cl_device_id
raw
;
Undocumented in source.
Meta
Source
See Implementation
dcompute
driver
ocl
device
structs
Device