Skip to content

Commit

Permalink
ai
Browse files Browse the repository at this point in the history
  • Loading branch information
puckbee committed Nov 29, 2017
1 parent ae1d0d0 commit 98b6534
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions solutions_for_comparison/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ make clean; make
cd -
cp ./vhcc/spmv.vhcc ./bin/

echo "======== building mkl,csr_i and esb =========="
cd ./esb/benchmark
make clean; make
cd -
cp ./esb/benchmark/spmv.esb ./bin/
cp ./esb/benchmark/spmv.csr ./bin/
cp ./esb/benchmark/spmv.mkl ./bin/
#echo "======== building mkl,csr_i and esb =========="
#cd ./esb/benchmark
#make clean; make
#cd -
#cp ./esb/benchmark/spmv.esb ./bin/
#cp ./esb/benchmark/spmv.csr ./bin/
#cp ./esb/benchmark/spmv.mkl ./bin/

echo "======== building cvr ============="
cd ../
Expand Down
8 changes: 4 additions & 4 deletions solutions_for_comparison/vhcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ ICCFLAGS = -O3 -std=c++0x -restrict -D__MIC__

DEFINES =
#INCLUDE_DIRS = -I/opt/intel/mkl/include -I$(HOME)/local/include/poski -I$(HOME)/local/build_oski/include/oski/ -L$(HOME)/local/lib/
#MKL_ROOT = /opt/intel/compilers_and_libraries_2016.1.150/linux/mkl
MKL_ROOT = /home/public/intel/mkl
INCLUDE_DIRS = -I$(MKL_ROOT)/include
#MKL_DIRS = -L$(MKL_ROOT)/lib/intel64
#MKLROOT = /opt/intel/compilers_and_libraries_2016.1.150/linux/mkl
#MKLROOT = /home/public/intel/mkl
INCLUDE_DIRS = -I$(MKLROOT)/include
#MKL_DIRS = -L$(MKLROOT)/lib/intel64
#MKL_LIBS_SEQ = -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -lm
#MKL_LIBS_THR = -lmkl_intel_lp64 -lmkl_core -lmkl_intel_thread -lpthread -lm
#MMIC = -mmic
Expand Down

0 comments on commit 98b6534

Please sign in to comment.