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
Line 353 we need to change the compile settings for STREAM using ARM (x86 current way is good):
if x86 run current: gcc stream.c -O3 -march=native -fopenmp -o stream-me
if ARM run: gcc stream.c -O3 -fopenmp -o stream-me