Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

How can I do to check the performance of different devices using OneAPI? #8

Open
elmoBG8 opened this issue Jan 25, 2020 · 2 comments
Open

Comments

@elmoBG8
Copy link

elmoBG8 commented Jan 25, 2020

I'd like to check the performance of different devices in doing a simple task, like the Matrix Multiplication. I'd like to do it with the devices in the Intel DevCloud. I've tried doing qsub -I -l nodes=1:gpu:ppn=2 -d . (or targetting fpga) and it went all okay, but what I have to do is to target a specific type of CPU, GPU and FPGA... When I tried to do for example qsub -I -l nodes=1:intel-hd-505:ppn=2 -d . I get error.
How can I do? Thanks in advance

@jkhemka
Copy link

jkhemka commented Feb 4, 2020

Hi,
You may check the available nodes by following command:
pbsnodes

You can choose a particular CPU sku by following command:
qsub -I -l nodes=1:clx:ppn=2
qsub -I -l nodes=1:skl:ppn=2
qsub -I -l nodes=1:cfl:ppn=2

Where clx stands for Cascadelake, skl stands for skylake and cfl stands for coffeelake respectively.

@elmoBG8
Copy link
Author

elmoBG8 commented Feb 4, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants