vortex/tests/opencl/sgemm2/common.h
2024-06-11 02:53:36 -07:00

10 lines
No EOL
114 B
C

#ifndef COMMON_H
#define COMMON_H
#define TILE_SIZE 4
#ifndef TYPE
#define TYPE float
#endif
#endif // COMMON_H