Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1627 Discussions

I'm not able to use myriadx-ma2485-vpu in DevCloud

Dudas__David
Beginner
812 Views

Hi!

According to this page, Intel Vision Accelerator Design (HDDL-R) MA2485 is supported and OpenVINO queue label is myriadx-ma2485-vpu. However I'm not able to successfully submit the job request, I get "Error during job submission".

Here is my job submission code:

job_id = !qsub job.sh -d . -l nodes=1:tank-870:myriadx-ma2485-vpu -F "..." -N store_core

Let me know how can I utilize the MA2485  VPU.

 

Thanks,

David

 

0 Kudos
2 Replies
Eltablawy__Alaa
812 Views

Please try submitting a job using "hddl-r" flag.

job_id = !qsub job.sh -d . -l nodes=1:tank-870:hddl-r -F "..." -N store_core

0 Kudos
Andrey_Vladimirov
New Contributor III
812 Views

Hello David,

I recommend to use the argument "-l nodes=1:hddl-r". This will give you a system with an Intel® Vision Accelerator Design with eight (8) Intel® Movidius VPUs (8 - MA2485).

Best regards,

Andrey

0 Kudos
Reply