Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 讨论

Advisor Roofline assertion error

PedroGS
初学者
3,662 次查看

Hi,

When I trying to generate the roofline model using Advisor via Devcloud, I am presenting the following error:

Assertion failed: m_gpuBandIdx.exist()
file: vcs/tpssplug2/src/tripcounts/tripcounts_plugin_bridge.cpp:1249
Collecting modules information...
Collecting system information...
Aborted

Command used: advisor --collect=roofline --profile-gpu –-project-dir=./ -- ./stencil_code input.dat

0 项奖励
11 回复数
RaeesaM_Intel
主持人
3,640 次查看

Hi ,


Thank you for posting in Intel Forum .

Could you please share :

  1. The application and steps to reproduce the issue
  2. Version of Intel Advisor

Also we could observe that you are using a .dat file in the command. Can you please change that .dat file to an executable file of your application and do the analysis.

Let us know the updates .


Regards,

Raeesa


0 项奖励
PedroGS
初学者
3,623 次查看

Hi,

The application is the stencil computation, having as input a file (input.dat) with information to perform the calculation.

Steps:

  1. compilation of code
  2. command usage: advisor --collect=roofline --profile-gpu --project-dir =. / -- ./stencil_code input.dat
0 项奖励
PedroGS
初学者
3,620 次查看

Advisor version: Intel(R) Advisor 2021.1 (build 607872) Command Line Tool

0 项奖励
RaeesaM_Intel
主持人
3,595 次查看

Hi,


Could you please try roofline analysis with sample application in the folder <advisor-installation-directory>/2021.1.1/samples/en/C++/

Verify whether other types of analysis like survey analysis in advisor is running successfully using your stencil computation application.


Also, Please share the language of your application and the devcloud node you are using. It would be better if you could share the command you used to enter into devcloud node.


Raeesa


0 项奖励
PedroGS
初学者
3,574 次查看

Hi,

With the example C++ mmult_Advisor works fine. 
When run only survey or tripcounts works but when try run both or only roofline get the error.
The application is in DPC++ .

0 项奖励
YuliaE__Intel
员工
3,585 次查看

Hi,

What graphics card do you have?
Could you please share the profile collected by Advisor?

0 项奖励
RaeesaM_Intel
主持人
3,558 次查看

Hi,


We tried roofline analysis on dpc++ matrix multiplication sample and also on another sample available with advisor without any error.

Could you please share the devcloud node you are using. It would be better if you could share the command you used to enter into devcloud node.

Also , check whether any result folder named like e0000 is created in the directory where you run the command.


Raeesa


0 项奖励
PedroGS
初学者
3,546 次查看

Hi,

Command to access the node: qsub -I -l nodes=s001-n229:gpu:ppn=2 -d .

The e000 folder is created.
Sorry 

0 项奖励
RaeesaM_Intel
主持人
3,541 次查看

Hi ,

 

We tried running roofline analysis with –profile-gpu on sample dpc++ matrix application in the same node that you provided and it ran successfully. We might need a reproducer code for further debugging as the issue is not with the gpu node or the advisor. Could you please share the stencil application or result folder with us ?

 

Raeesa

 

0 项奖励
RaeesaM_Intel
主持人
3,512 次查看

Hi,


Is your issue resolved ? Please let us know the updates so than we could help you solve the issue.


Raeesa


0 项奖励
RaeesaM_Intel
主持人
3,484 次查看

Hi,


We haven't heard back from you and would no longer be monitoring this issue. Please raise a new thread if you have further issues.


Regards,

Raeesa


0 项奖励
回复