Skip to content

Commit

Permalink
WIP enable benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
sciome-bot committed Jan 25, 2024
1 parent 38dabe7 commit 1777a3e
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/mkl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ jobs:
shell: Rscript {0}
run: |
sessionInfo()
# - name: check R performance
# shell: Rscript {0}
# run: |
# library(microbenchmark)
# microbenchmark(
# rnorm(1000000),
# times = 10000
# )
- name: check R performance
shell: Rscript {0}
run: |
library(microbenchmark)
microbenchmark(
rnorm(1000000),
times = 10000
)
# - name: install oneAPI MKL library
# shell: bash
# run: |
Expand Down Expand Up @@ -111,15 +111,14 @@ jobs:
shell: Rscript {0}
run: |
sessionInfo()
# - name: check R performance after latest OpenBlas
# shell: Rscript {0}
# run: |
# library(microbenchmark)
# microbenchmark(
# rnorm(1000000),
# times = 10000
# )
- name: check R performance after latest OpenBlas
shell: Rscript {0}
run: |
library(microbenchmark)
microbenchmark(
rnorm(1000000),
times = 10000
)
# update-alternatives: using /usr/lib/x86_64-linux-gnu/libmkl_rt.so to provide /usr/lib/x86_64-linux-gnu/libblas64.so.3 (libblas64.so.3-x86_64-linux-gnu) in auto mode
# update-alternatives: using /usr/lib/x86_64-linux-gnu/libmkl_rt.so to provide /usr/lib/x86_64-linux-gnu/liblapack64.so.3 (liblapack64.so.3-x86_64-linux-gnu) in auto mode
Expand Down

0 comments on commit 1777a3e

Please sign in to comment.