Better cl_context wrapping.

This commit is contained in:
XMRig
2019-09-01 07:37:02 +07:00
parent 65f5806367
commit 325bb5e2ca
7 changed files with 23 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ class OclContext
{
public:
OclContext() = default;
OclContext(const OclDevice &device);
~OclContext();
bool init(const std::vector<OclDevice> &devices, std::vector<OclLaunchData> &threads);