Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1628 Discussions

Selecting GPU for DPC++ application

Nikhil_T
Novice
708 Views

Hi there! 

 

I have been trying to use the gpu_selector() for the queue after selecting the proper node in the devcloud that has iris_xe_max but it keeps on giving the error that no such device exist (i.e. the CL_RUNTIME error saying that no gpu exist). Can you suggest how to compile the dpc++ code using the gpu_selector for the queue?

0 Kudos
3 Replies
RaeesaM_Intel
Moderator
663 Views

Hi Nikhil ,

Thank you for posting in Intel Forums.

 

Could you please share the devcloud node name you are using ?

We suggest you to use generic method to login to available Iris_xe_max nodes that will guarantee your workload execution.

qsub -I -l nodes=1:ppn=2:iris_xe_max -d .

Also, please run this command and see whether GPU is available on the node you are using :

$ sycl-ls

And let us know the updates.

 

Regards,

Raeesa

 

0 Kudos
RaeesaM_Intel
Moderator
620 Views

Hi Nikhil,


Could you please give us an update on this issue. Is it solved ?


Raeesa


0 Kudos
RaeesaM_Intel
Moderator
595 Views

Hi Nikhil,


We haven't heard back from you. We are discontinuing monitoring this thread. Please raise a new thread in case of any issues.


Raeesa


0 Kudos
Reply