I am trying to create a performance .csv file for IPP 8.2 with following command:
Intel\IPP\v8.2\tools\intel64\perfsys>ps_ipps -f FIRLMS_32f -V firlms.csv
and getting this error:
Command line options:
-fFIRLMS_32f: test functions containing 'FIRLMS_32f'
-Vfirlms.csv: ignored: incorrect option key
Devharsh,
Can you try to use the -R option? For example:
>./ps_ipps -f FIRLMS_32f -R firlms.csv
Thanks,
Chao
Please refer to the Readme file in the same folder of perfsys for all options it supports.
Jing X. (Intel) wrote:
Please refer to the Readme file in the same folder of perfsys for all options it supports.
I followed these articles:
1. https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/310690
2. https://software.intel.com/en-us/articles/measure-intel-ipp-function-performance
Options may change from version to version.
Please refer to the Readme file to figure out all options that your version supports.
It's under the perfsys folder.
Devharsh,
Can you try to use the -R option? For example:
>./ps_ipps -f FIRLMS_32f -R firlms.csv
Thanks,
Chao
Thanks @Jing X. and @Chao Y for your help.. :)
For more complete information about compiler optimizations, see our Optimization Notice.