Skip to content

Commit 8ff2894

Browse files
committed
Disable FP8 support by default
1 parent 149105d commit 8ff2894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/kernel_float/macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#endif
3333

3434
#ifndef KERNEL_FLOAT_FP8_AVAILABLE
35-
#define KERNEL_FLOAT_FP8_AVAILABLE (1)
35+
#define KERNEL_FLOAT_FP8_AVAILABLE (0)
3636
#endif
3737

3838
#endif //KERNEL_FLOAT_MACROS_H

0 commit comments

Comments
 (0)