Generate a more easy to read filename for cached kernels
This commit is contained in:
2
include/cpu-md5.h
Normal file
2
include/cpu-md5.h
Normal file
@@ -0,0 +1,2 @@
|
||||
void md5_64 (uint block[16], uint digest[4]);
|
||||
|
||||
@@ -2293,6 +2293,7 @@ void *thread_runtime (void *p);
|
||||
*/
|
||||
|
||||
#include "cpu-crc32.h"
|
||||
#include "cpu-md5.h"
|
||||
|
||||
/**
|
||||
* ciphers for use on cpu
|
||||
|
||||
@@ -875,6 +875,7 @@ struct __hc_device_param
|
||||
// device specific attributes starting
|
||||
|
||||
char *device_name;
|
||||
char *device_name_chksum;
|
||||
char *device_version;
|
||||
char *driver_version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user