Optimized matmul kernel

This commit is contained in:
lucasdelimanogueira 2024-05-01 12:30:08 -03:00
parent 1a8257df76
commit 592dacbde9

View file

@ -2,7 +2,7 @@
#define TENSOR_H
#define THREADS_PER_BLOCK 128
#define TILE_SIZE 16
#define TILE_SIZE 32
typedef struct {
float* data;