2016-09-11 09:42:19 +00:00
|
|
|
/**
|
2016-09-11 20:20:15 +00:00
|
|
|
* Author......: See docs/credits.txt
|
2016-09-11 09:42:19 +00:00
|
|
|
* License.....: MIT
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _AUTOTUNE_H
|
|
|
|
#define _AUTOTUNE_H
|
|
|
|
|
2016-09-29 21:25:29 +00:00
|
|
|
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 straight_ctx_t *straight_ctx, status_ctx_t *status_ctx);
|
2016-09-14 18:06:27 +00:00
|
|
|
|
2016-09-15 02:00:47 +00:00
|
|
|
void *thread_autotune (void *p);
|
|
|
|
|
2016-09-11 09:42:19 +00:00
|
|
|
#endif // _AUTOTUNE_H
|