Introduce opencl_ctx_t; not finished yet

This commit is contained in:
jsteube
2016-09-15 16:02:52 +02:00
parent d60e2529c1
commit 7ce2f2ff19
33 changed files with 2013 additions and 1865 deletions
+3 -11
View File
@@ -26,11 +26,9 @@ typedef struct
* threads
*/
uint devices_status;
uint devices_cnt;
uint devices_active;
hc_device_param_t *devices_param;
opencl_ctx_t *opencl_ctx;
uint shutdown_inner;
uint shutdown_outer;
@@ -74,12 +72,6 @@ typedef struct
int rule_len_l;
int rule_len_r;
/**
* opencl library stuff
*/
void *ocl;
/**
* hardware watchdog
*/
@@ -181,7 +173,7 @@ typedef struct
char *truecrypt_keyfiles;
char *veracrypt_keyfiles;
uint veracrypt_pim;
uint workload_profile;
char *custom_charset_1;
char *custom_charset_2;
char *custom_charset_3;