- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Tags:
- GPU Device
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Thank you,
Leila
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page