Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
1346 Discussions

How to get this GPU Device: Intel(R) Graphics Gen9 [0x3e96] DPC++

pril
Novice
575 Views

Hi  

The following in devcloud gets any available cpu or gpu in dev cloud.

      qsub -l nodes=1:gpu:ppn=2 -d  

 

So sometimes when using gpu i get the below device  for processing

Device: Intel(R) Graphics [0x4905]

 

And some times I get  this gpu device for processing

Device: Intel(R) Graphics Gen9 [0x3e96]

How do I tell it to only use  this  gpu  Device: Intel(R) Graphics Gen9 [0x3e96]  

0 Kudos
1 Solution
pril
Novice
573 Views

Thanks found solution

 

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

qsub -l nodes=1:ppn=2:gen9 -d . run.sh

View solution in original post

2 Replies
pril
Novice
574 Views

Thanks found solution

 

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

qsub -l nodes=1:ppn=2:gen9 -d . run.sh

AthiraM_Intel
Moderator
527 Views

Hi, 


Thanks for reaching out to us.


Glad to know that your issue is resolved. We won't be monitoring this thread anymore. Kindly raise a new thread if you need further assistance. 


Thanks.


Reply