https://github.com/linbox-team/fflas-ffpack
Raw File
Tip revision: cfb43fa32f7f62cdc4fc545225722397f0669d68 authored by Cyril Bouvier on 19 October 2018, 14:05:53 UTC
Fix for computers with AVX512f but without AVX512dq
Tip revision: cfb43fa
tune_ftrtri.sh
#!/bin/sh
echo =================================================
echo ========= FFLAS-FFPACK ftrtri Autotuning ========
echo =================================================
echo 
(./ftrtri > ftrtri-threshold.h) 2>&1 | tee ftrtri-autotune.log
back to top