Intel® oneAPI Base Toolkit
Support for the core tools and libraries within the base toolkit that are used to build and deploy high-performance data-centric applications.

GPU device on intel cloud

leilag
Novice
1,172 Views

I am developing my code on intel cloud. I was wondering what GPU device I should expect to see. The only device that I get to work with is "Intel Xeon Processor (Skylake, IBRS)" and I don't know if it's a GPU! How can I make sure whether I am actually working with GPU or not? Thanks.

Labels (1)
0 Kudos
5 Replies
IntelSupport
Community Manager
1,147 Views

Hello leilag,


Thank you for posting in the Intel Community.


We understand that you are looking for device details, please let us know the following details:


What is the end purpose of the code that you are working on?

What is the system or environment that you are using for the project?

Are you looking to identify the GPU on a specific processor?

Can you share with us the reference link where you are seeing this device?


Regards,

Leonardo C.


Intel Customer Support Technician


0 Kudos
leilag
Novice
1,136 Views

Hello Leonardo,

 

Thank you for your response. I'll try my best to answer the questions you asked me.

 

1- What is the end purpose of the code that you are working on?

I have started learning DPC++ and I am trying to do some experiments with a very simple vector addition code I have written.

 

2- What is the system or environment that you are using for the project?

I would like to run the code on CPUs and GPUs of Intel DevCloud for oneAPI .  (Sorry if I have posted my question in a wrong place)

 

3- Are you looking to identify the GPU on a specific processor?

After posting this question, I found and followed this page  to launch my code to an interactive session.

Here is what I did:

- Compiled my code on the login node (I the compilation on the compute node but that didn't work)

- Created a job script like:

#!/bin/bash
source /opt/intel/oneapi/setvars.sh > /dev/null 2>&1

export SYCL_DEVICE_FILTER=gpu
./buffer

- Submitted the job:

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

But the output files show that the executable is not found.

 

4- Can you share with us the reference link where you are seeing this device?

 Intel DevCloud for oneAPI 

 

Thank you,

Leila

0 Kudos
leilag
Novice
1,126 Views

Just wanted to update that I was able to run my code with the same procedure. I am not sure what the problem was! Thank you for your response!

0 Kudos
IntelSupport
Community Manager
1,119 Views

Hello leilag,


Thank you for the clarification and details. we have a forum for those specific issues and you are moving it to that ‘Forum’ so it can get answered more quickly.


Thank you for understanding.


Regards,

Leonardo C.


Intel Customer Support Technician


0 Kudos
GouthamK_Intel
Moderator
1,054 Views

Hi, 

Thanks for the confirmation!

As this issue has been resolved, we will no longer respond to this thread. 

If you require any additional assistance from Intel, please start a new thread. 

Any further interaction in this thread will be considered community only. 

Have a Good day.


Thanks & Regards

Goutham


0 Kudos
Reply