BaseKit-code-samples
BaseKit-code-samples copied to clipboard
How can I do to check the performance of different devices using OneAPI?
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
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.
Ah, thank you very much! Claudio
On Tue, 4 Feb 2020, 12:46 jkhemka, [email protected] wrote:
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.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/intel/BaseKit-code-samples/issues/8?email_source=notifications&email_token=AOL4BEO7VWXC26X3TUEGJZDRBFIQ5A5CNFSM4KLRFLX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKXKHWQ#issuecomment-581870554, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOL4BEOTR7O4BBGCDKJVHWTRBFIQ5ANCNFSM4KLRFLXQ .