Improved thread self test error message.

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

View File

@@ -25,6 +25,8 @@
#include "backend/opencl/OclLaunchData.h"
#include "backend/common/Tags.h"
#include "backend/opencl/OclConfig.h"
@@ -45,3 +47,9 @@ bool xmrig::OclLaunchData::isEqual(const OclLaunchData &other) const
return (other.algorithm == algorithm &&
other.thread == thread);
}
const char *xmrig::OclLaunchData::tag()
{
return ocl_tag();
}