Skip to content

Commit

Permalink
rebased and updated llvm path
Browse files Browse the repository at this point in the history
  • Loading branch information
Castiglioni Giacomo committed May 31, 2021
1 parent 80e85bf commit 102210e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/benchmark/nmodl-llvm-time.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ declare -a icpc_flags=(
"-O2 -msse2 -prec-div -fimf-use-svml"
)

clang_bin_path="/gpfs/bbp.cscs.ch/data/project/proj16/software/llvm/install/0521/bin"
clang_bin_path="/gpfs/bbp.cscs.ch/data/project/proj16/software/llvm/install/0621/bin"
clang_exe=${clang_bin_path}/clang++
declare -a clang_flags=(
"-O3 -march=skylake-avx512 -ffast-math -fveclib=SVML"
Expand All @@ -112,11 +112,13 @@ declare -a gcc_flags=(
)

# loop over options
for kernel_target in compute-bound memory-bound hh; do
# for kernel_target in compute-bound memory-bound hh; do
for kernel_target in hh; do
echo "kernel: "${kernel_target}

# loop over other compilers
for compiler in icpc clang gcc; do
# for compiler in icpc clang gcc; do
for compiler in clang; do
echo "| compiler: "${compiler}

compiler_exe=${compiler}_exe
Expand Down

0 comments on commit 102210e

Please sign in to comment.