Browse Source

disable BUILD_HFLOAT16

pull/5290/head
Srangrang 3 months ago
parent
commit
3b1ac29b77
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.rule

+ 1
- 1
Makefile.rule View File

@@ -309,7 +309,7 @@ COMMON_PROF = -pg
# BUILD_BFLOAT16 = 1

# If you want to enable the experimental HFLOAT16 support
BUILD_HFLOAT16 = 1
# BUILD_HFLOAT16 = 1

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


Loading…
Cancel
Save