Skip to content

Commit 3b1ac29

Browse files
committed
disable BUILD_HFLOAT16
1 parent 9f13b2c commit 3b1ac29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ COMMON_PROF = -pg
309309
# BUILD_BFLOAT16 = 1
310310

311311
# If you want to enable the experimental HFLOAT16 support
312-
BUILD_HFLOAT16 = 1
312+
# BUILD_HFLOAT16 = 1
313313

314314
# Set the thread number threshold beyond which the job array for the threaded level3 BLAS
315315
# will be allocated on the heap rather than the stack. (This array alone requires

0 commit comments

Comments
 (0)