Skip to content

Commit

Permalink
sde
Browse files Browse the repository at this point in the history
  • Loading branch information
bilam committed Mar 29, 2023
1 parent 0b4fafc commit cb3cb4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/testga.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ fi
if [ "$(cat /proc/cpuinfo | grep -c avx512)" -ne 0 ] && [ -f "j64/libjavx512.$ext" ] ; then
j64/jconsole -lib libjavx512.$ext testga.ijs
elif [ -f "$SDE_PATH/sde" ] && [ -f "j64/libjavx512.$ext" ] ; then
$SDE_PATH/sde -skl -- j64/jconsole -lib libjavx512.$ext testga.ijs
# don't know why complaint illegal instruction for skylake
# $SDE_PATH/sde -skl -- j64/jconsole -lib libjavx512.$ext testga.ijs
$SDE_PATH/sde -- j64/jconsole -lib libjavx512.$ext testga.ijs
fi
if [ -f "j32/libj.$ext" ] ; then
j32/jconsole -lib libj.$ext testga.ijs
Expand Down

0 comments on commit cb3cb4a

Please sign in to comment.