adding opencl convolution benchmark

This commit is contained in:
Blaise Tine
2023-11-14 22:31:30 -08:00
parent 4e7a536918
commit 61e3442ef8
16 changed files with 490 additions and 170 deletions

View File

@@ -1,12 +1,8 @@
#ifndef COMMON_H
#define COMMON_H
#define USE_FLOAT
#ifdef USE_FLOAT
#ifndef TYPE
#define TYPE float
#else
#define TYPE int
#endif
#endif // COMMON_H