1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-06 04:41:00 +00:00
hashcat/include/autotune.h
2016-09-14 20:06:27 +02:00

14 lines
241 B
C

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _AUTOTUNE_H
#define _AUTOTUNE_H
#define OPENCL_VECTOR_WIDTH 0
int autotune (hc_device_param_t *device_param, hashconfig_t *hashconfig);
#endif // _AUTOTUNE_H