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

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

pril
Novice
897 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
895 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

0 Kudos
2 Replies
pril
Novice
896 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

0 Kudos
AthiraM_Intel
Moderator
849 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.


0 Kudos
Reply