You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>[edited:] Please check the latest results for the dot product generated by the GitHub Action workflow.: https://github.com/gha3mi/forbenchmark/tree/main/benchmarks/dot
Excellent! These results are very interesting! I'll push a version as is, though locally I had to:
remove link = ["lapack", "blas"] from the fpm.toml (when running with ifort and ifx)
switch -llapack -lblas for -qmkl for both ifort and ifx in the fpm.rsp
Oh, and for inlining with ifx: -flto=full instead of -ipo
(haven't test nvfortra as I have to clean up my install)
@jalvesz, I used LAPACK and BLAS instead of MKL for easier setup in the GitHub workflow. For future versions, we should consider using other optimized libraries such as MKL, OpenBLAS, and so on.
Excellent! These results are very interesting! I'll push a version as is, though locally I had to:
link = ["lapack", "blas"]
from the fpm.toml (when running with ifort and ifx)-llapack -lblas
for-qmkl
for both ifort and ifx in the fpm.rsp-flto=full
instead of -ipo(haven't test nvfortra as I have to clean up my install)
Originally posted by @jalvesz in jalvesz/fast_math#8 (comment)
The text was updated successfully, but these errors were encountered: