Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5255 토론

Advisor Roofline assertion error

PedroGS
초급자
3,654 조회수

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,632 조회수

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,615 조회수

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,612 조회수

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

0 포인트
RaeesaM_Intel
중재자
3,587 조회수

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,566 조회수

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,577 조회수

Hi,

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

0 포인트
RaeesaM_Intel
중재자
3,550 조회수

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,538 조회수

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,533 조회수

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,504 조회수

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,476 조회수

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 포인트
응답