dcompute ~master (2022-03-04T06:15:12.0261143)
Dub
Repo
Platform
dcompute
driver
ocl
platform
Undocumented in source.
struct
Platform {
static
void
initialise
();
struct
Info
;
cl_platform_id
raw
;
static
Platform
[]
getPlatforms
(A a);
Device
[]
getDevices
(A a, Device.Type device_type);
}
Members
Functions
getDevices
Device
[]
getDevices
(A a, Device.Type device_type)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getPlatforms
Platform
[]
getPlatforms
(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
initialise
void
initialise
()
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_platform_id
raw
;
Undocumented in source.
Meta
Source
See Implementation
dcompute
driver
ocl
platform
structs
Platform