Skip to content

Commit

Permalink
Update CI_benchamrk_dot
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 18, 2024
1 parent 2dbbfbc commit 9c6c8f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI_benchamrk_dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
- name: Results
run: |
cd benchmarks/dot && python results/export.py dot_intel.data && cd ../..
cd benchmarks/dot && python results/export.py dot_gfortran.data && cd ../..
cd benchmarks/dot && python results/export.py dot_nvfortran.data && cd ../..
cd benchmarks/dot && python results/export_co.py dot_intel_co.data && cd ../..
cd benchmarks/dot && python results/export.py dot_${{env.FC}}.data && cd ../..
env:
FC: ${{ steps.setup-fortran.outputs.fc }}

- name: Create Pull Request
env:
Expand Down
8 changes: 4 additions & 4 deletions fpm.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ options test
options --target dot
options --profile release
options --compiler ifx
options --flag "-Ofast -mtune=native -xHost -qmkl -qopenmp -DINT64"
options --flag "-Ofast -mtune=native -xHost -llapack -lblas -qopenmp -DINT64"

@benchmark-dot-ifort
options test
options --target dot
options --profile release
options --compiler ifort
options --flag --flag "-Ofast -mtune=native -xHost -qmkl -qopenmp -ipo -DINT64"
options --flag --flag "-Ofast -mtune=native -xHost -llapack -lblas -qopenmp -ipo -DINT64"

@benchmark-dot-gfortran
options test
Expand All @@ -31,11 +31,11 @@ options test
options --target dot_co
options --profile release
options --compiler ifx
options --flag "-Ofast -mtune=native -xHost -qmkl -qopenmp -DINT64 -coarray -coarray-num-images=4 -DUSE_COARRAY"
options --flag "-Ofast -mtune=native -xHost -llapack -lblas -qopenmp -DINT64 -coarray -coarray-num-images=4 -DUSE_COARRAY"

@benchmark-dot-ifort-coarray
options test
options --target dot_co
options --profile release
options --compiler ifort
options --flag "-Ofast -mtune=native -xHost -qmkl -qopenmp -DINT64 -ipo -coarray -coarray-num-images=4 -DUSE_COARRAY"
options --flag "-Ofast -mtune=native -xHost -llapack -lblas -qopenmp -DINT64 -ipo -coarray -coarray-num-images=4 -DUSE_COARRAY"

0 comments on commit 9c6c8f7

Please sign in to comment.