mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-02 10:03:05 -05:00
Better cl_context wrapping.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user