Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

-Vfirlms.csv: ignored: incorrect option key

Devharsh_T_
ビギナー
1,031件の閲覧回数

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

0 件の賞賛
1 解決策
Chao_Y_Intel
モデレーター
1,031件の閲覧回数

Devharsh,

Can you try to use the -R option?  For example:
>./ps_ipps -f FIRLMS_32f -R firlms.csv

Thanks,
Chao

 

元の投稿で解決策を見る

5 返答(返信)
Jing_Xu
従業員
1,031件の閲覧回数

Please refer to the Readme file in the same folder of perfsys for all options it supports.

Jing_Xu
従業員
1,031件の閲覧回数

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.

Chao_Y_Intel
モデレーター
1,032件の閲覧回数

Devharsh,

Can you try to use the -R option?  For example:
>./ps_ipps -f FIRLMS_32f -R firlms.csv

Thanks,
Chao

 

Devharsh_T_
ビギナー
1,031件の閲覧回数

Thanks @Jing X. and @Chao Y for your help.. :)

返信