Mentions légales du service

Skip to content
Snippets Groups Projects
Commit de22135b authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Match level 2

parent 9c40560c
Branches level2
No related tags found
No related merge requests found
Pipeline #829519 skipped
......@@ -56,20 +56,14 @@ Note that we will run the experiments twice. The first time we will rely on the
implementation of BLAS [8] and LAPACK [9] routines,
```shell
guix time-machine -C .guix/channels.scm -- shell --container \
-m .guix/manifests/benchmarks-openblas.scm -- \
bash ./benchmarks/run.sh -d ./benchmarks/definitions.csv \
-o ./benchmarks/results-openblas
```
and the second time we will consider the vendor-specific Intel(R) MKL [7]
implementation. See discussion in `study.tex` for more details.
```shell
guix time-machine -C .guix/channels.scm -- shell --container \
-m .guix/manifests/benchmarks-mkl.scm -- \
bash ./benchmarks/run.sh -d ./benchmarks/definitions.csv \
-o ./benchmarks/results-mkl
```
### Post-processing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment