Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 17, 2024
1 parent 6ee2110 commit fac2da2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_benchmark_dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install LAPACK and BLAS
run: sudo apt-get install -y libblas-dev liblapack-dev

- name: Setup Fortran Compiler
uses: fortran-lang/setup-fortran@main
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}

- name: Install LAPACK and BLAS
run: sudo apt-get install -y libblas-dev liblapack-dev

- name: dot benchmark
run: fpm @benchmark-dot-${{env.FC}}
env:
Expand Down
32 changes: 16 additions & 16 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ name = "dot_co"
source-dir = "benchmarks/dot"
main = "dot_co.f90"

[[test]]
name = "matmul_matmat"
source-dir = "benchmarks/matmul"
main = "matmul_matmat.f90"
# [[test]]
# name = "matmul_matmat"
# source-dir = "benchmarks/matmul"
# main = "matmul_matmat.f90"

[[test]]
name = "matmul_matmat_co"
source-dir = "benchmarks/matmul"
main = "matmul_matmat_co.f90"
# [[test]]
# name = "matmul_matmat_co"
# source-dir = "benchmarks/matmul"
# main = "matmul_matmat_co.f90"

[[test]]
name = "matmul_matvec"
source-dir = "benchmarks/matmul"
main = "matmul_matvec.f90"
# [[test]]
# name = "matmul_matvec"
# source-dir = "benchmarks/matmul"
# main = "matmul_matvec.f90"

[[test]]
name = "matmul_matvec_co"
source-dir = "benchmarks/matmul"
main = "matmul_matvec_co.f90"
# [[test]]
# name = "matmul_matvec_co"
# source-dir = "benchmarks/matmul"
# main = "matmul_matvec_co.f90"

0 comments on commit fac2da2

Please sign in to comment.