I'm trying to estimate FLOPS for my application using intel vtune Amplifier and I'm using this post here as a guideline : https://software.intel.com/en-us/articles/estimating-flops-using-event-based-sampling-ebs/
The problem is that I can't find the FP_COMP_OPS_EXE event in vtune gui. When I run amplxe-cl with this event config, I get the following error:
amplxe: Error: Invalid Event FP_COMP_OPS_EXE.X87 discarded.
I'm working on CentOS and my processor is intel Xeon
Any help would be appreciated