Optimized matmul kernel
This commit is contained in:
parent
1a8257df76
commit
592dacbde9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define TENSOR_H
|
||||
|
||||
#define THREADS_PER_BLOCK 128
|
||||
#define TILE_SIZE 16
|
||||
#define TILE_SIZE 32
|
||||
|
||||
typedef struct {
|
||||
float* data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue