Skip to content

Commit 6d6af1d

Browse files
committed
Add bool types for C.
1 parent 376d3a1 commit 6d6af1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kernel/riscv64/sgemm_kernel_16x8_zvl256b.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ AUTOGENERATED KERNEL
4040

4141
#include "common.h"
4242

43+
#include <stdbool.h>
44+
4345
#define GEMM_RIGHT_EDGE // One pass for right edge - swap A & B - transpose at end
4446
#define GEMM_BOTTOM_EDGE // One pass for bottom edge - combo on vector and scalar ops
4547
#define GEMM_RIGHT_CHUNK // Break K into chunks (causes epsilon differences)

0 commit comments

Comments
 (0)