https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112548

--- Comment #28 from Filip Kastl <pheeck at gcc dot gnu.org> ---
Created attachment 57710
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57710&action=edit
gcda data for himeno

I've tried sharing non-SPEC gcda data between machines. I used this benchmark 

https://raw.githubusercontent.com/kowsalyaChidambaram/Himeno-Benchmark/master/himenobmtxpa.c

I generated the gcda data on a zen4 machine

gcc.sh himenobmtxpa.c -std=c99 -Ofast -march=znver4 -mtune=znver4 -g
-fprofile-generate

and used them on another machine

gcc.sh himenobmtxpa.c -std=c99 -Ofast -march=znver4 -mtune=znver4 -g
-fprofile-use

and everything went fine.

Reply via email to