-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathMakefile.config
31 lines (22 loc) · 903 Bytes
/
Makefile.config
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
# Uncomment if you want to produce debugging information for GDB
# ENABLE_GDBINFO_AOBA := 1
# Uncomment if you want to enable assersions
# ENABLE_ASSERT_AOBA := 1
# Uncomment if you want to use OpenCL
USE_OpenCL_AOBA := 1
# Uncomment if you need to specify path to OpenCL development tools
OpenCL_INC_AOBA := /usr/local/cuda/include
# uncomment if you want to use IntelMKL
# USE_CPUBLAS_AOBA := IntelMKL
# Uncomment if you need to specify path to IntelMKL
# IntelMKL_INC_AOBA := /opt/intel/mkl/include
# IntelMKL_LIB_AOBA := /opt/intel/mkl/lib/intel64
# uncomment if you want to use OpenBLAS
USE_CPUBLAS_AOBA := OpenBLAS
# Uncomment if you need to specify path to OpenBLAS
# OpenBLAS_INC_AOBA := /opt/OpenBLAS/include
# OpenBLAS_LIB_AOBA := /opt/OpenBLAS/lib
#OpenBLAS_INC_AOBA := /usr/include/openblas
#OpenBLAS_LIB_AOBA := /usr/lib/openblas
# Uncomment if you want to use
USE_POLICY2187 := 1