You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roman Arzumanyan edited this page Mar 18, 2015
·
2 revisions
scow_Device
This structure represents OpenCL Device. It's created by calling Make_Device() function: scow_Device *device = Make_Device(Pick_Device_By_Type(CL_DEVICE_TYPE_GPU));
As all SCOW structures, it's deleted by calling Destroy() function:
device->Destroy(device);