Print OpenCL platform and devices in summary.

This commit is contained in:
XMRig 2019-08-23 17:28:48 +07:00
parent ebdf650450
commit 92bc46f232
3 changed files with 55 additions and 20 deletions

View file

@ -43,6 +43,7 @@ public:
static const char *lastError();
static void close();
static inline bool isInitialized() { return m_initialized; }
static inline const String &loader() { return m_loader; }
static cl_command_queue createCommandQueue(cl_context context, cl_device_id device, cl_int *errcode_ret);