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.
393 Discussions

Test CPUs, GPUs and FPGAs with a sample code in the DevCloud

Grassi__Claudio
Beginner
970 Views

Hi, my goal is to try a simple code like a Matrix Multiplication to observe the different performances in the different devices in the DevCloud, but I have found some problems... I've tried the Matrix Multiplication that is present in here https://github.com/intel/BaseKit-code-samples but it's all okay if I do qsub -I -l nodes=1:gpu:ppn=2 -d . (or targetting fpga), but I get problem if I target cpu. However what I need to do is to specify a precise type of CPU, GPU or FPGA when I do the test, so I've seen the list of devices in https://devcloud.intel.com/edge/get_started/devcloud/ but I get error if I try to do qsub -I -l nodes=1:intel-hd-505:ppn=2 -d . (or inserting any other name of devices)

Can you tell me what do I have to do to reach my goal? Thank you very much in advance

0 Kudos
1 Reply
RahulV_intel
Moderator
970 Views
0 Kudos
Reply