mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-26 22:12:53 -05:00
Added basic cn/gpu support.
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
#include "base/tools/String.h"
|
||||
|
||||
|
||||
typedef struct _cl_command_queue *cl_command_queue;
|
||||
typedef struct _cl_kernel *cl_kernel;
|
||||
typedef struct _cl_mem *cl_mem;
|
||||
typedef struct _cl_program *cl_program;
|
||||
using cl_command_queue = struct _cl_command_queue *;
|
||||
using cl_kernel = struct _cl_kernel *;
|
||||
using cl_mem = struct _cl_mem *;
|
||||
using cl_program = struct _cl_program *;
|
||||
|
||||
|
||||
namespace xmrig {
|
||||
|
||||
Reference in New Issue
Block a user