-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.mk
More file actions
31 lines (25 loc) · 906 Bytes
/
config.mk
File metadata and controls
31 lines (25 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#################################################################
#################################################################
# Configuration options #
#################################################################
#################################################################
# Supported: ICC, GCC
COMPILER = ICC
# Supported: MKL, OPENBLAS
BLAS_LIBRARY = MKL
# either 64 or 128
ALTO_MASK_LENGTH = 64
#ALTO_MASK_LENGTH = 128
# List of modes and ranks to specialize code for; use 0 to
# disable specialization.
MODES_SPECIALIZED := 3, 4, 5
# RANKS_SPECIALIZED := 1, 4, 16, 64
RANKS_SPECIALIZED := 8, 16, 100
MAX_NUM_MODES = 5
# Allow ALTO to change number of threads
ALTO_DYNAMIC_THREADS = false
# use ALTERNATIVE_PEXT if the ISA does not support BMI2 instructions
ALTERNATIVE_PEXT = false
THP_PRE_ALLOCATION = false
MEMTRACE = false
DEBUG = false