1 #ifndef OPENCL_PLATFORM_H 2 #define OPENCL_PLATFORM_H 26 cl_platform_id
id()
const;
35 static void populate();
36 explicit Platform(cl_platform_id
id, QObject* parent =
nullptr);
37 void populateDevices();
38 QString getInfo(cl_platform_info type)
const;
42 static QList<OpenCL::Platform*>* _platforms;
66 QStringList _extensions;
70 QList<OpenCL::Device*> _devices;
Definition: opencl_device.h:19