1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-15 12:29:08 +00:00
hashcat/include/autotune.h
2016-09-24 12:05:56 +02:00

14 lines
380 B
C

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _AUTOTUNE_H
#define _AUTOTUNE_H
int autotune (opencl_ctx_t *opencl_ctx, hc_device_param_t *device_param, hashconfig_t *hashconfig, const user_options_t *user_options, const user_options_extra_t *user_options_extra, const rules_ctx_t *rules_ctx);
void *thread_autotune (void *p);
#endif // _AUTOTUNE_H