-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
17 lines (16 loc) · 895 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
script:
- make deep_clean
- export OMP_NUM_THREADS=4 && make run_examples OPENMP=ON
- export OMP_NUM_THREADS=4 && make run_unit_tests OPENMP=ON
- make deep_clean
- make run_examples BLASFEO_VERSION=HIGH_PERFORMANCE BLASFEO_TARGET=X64_INTEL_SANDY_BRIDGE
- make run_unit_tests BLASFEO_VERSION=HIGH_PERFORMANCE BLASFEO_TARGET=X64_INTEL_SANDY_BRIDGE
- make deep_clean
- make run_examples BLASFEO_VERSION=HIGH_PERFORMANCE BLASFEO_TARGET=GENERIC
- make run_unit_tests BLASFEO_VERSION=HIGH_PERFORMANCE BLASFEO_TARGET=GENERIC
- make deep_clean
- make run_examples BLASFEO_VERSION=REFERENCE BLASFEO_TARGET=X64_INTEL_SANDY_BRIDGE
- make run_unit_tests BLASFEO_VERSION=REFERENCE BLASFEO_TARGET=X64_INTEL_SANDY_BRIDGE
- make deep_clean
- make run_examples BLASFEO_VERSION=REFERENCE BLASFEO_TARGET=GENERIC
- make run_unit_tests BLASFEO_VERSION=REFERENCE BLASFEO_TARGET=GENERIC