Improved thread self test error message.

This commit is contained in:
XMRig 2019-09-16 01:27:51 +07:00
parent d8b07570a3
commit 2a107cc463
6 changed files with 30 additions and 8 deletions

View file

@ -62,6 +62,8 @@ public:
inline bool operator!=(const OclLaunchData &other) const { return !isEqual(other); }
inline bool operator==(const OclLaunchData &other) const { return isEqual(other); }
static const char *tag();
cl_context ctx = nullptr;
const Algorithm algorithm;
const bool cache;