1
mirror of https://github.com/hashcat/hashcat synced 2025-01-10 17:16:22 +01:00
hashcat/include/autotune.h

14 lines
241 B
C
Raw Normal View History

2016-09-11 11:42:19 +02:00
/**
* Author......: See docs/credits.txt
2016-09-11 11:42:19 +02:00
* License.....: MIT
*/
#ifndef _AUTOTUNE_H
#define _AUTOTUNE_H
#define OPENCL_VECTOR_WIDTH 0
int autotune (hc_device_param_t *device_param, hashconfig_t *hashconfig);
2016-09-11 11:42:19 +02:00
#endif // _AUTOTUNE_H