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]
Link Copied
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
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
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.
For more complete information about compiler optimizations, see our Optimization Notice.