Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21184 Discussions

run ONEAPI devcloud FPGA Hardware issues

Wei-Chih
Novice
1,081 Views

Hello Intel ONEAPI devcloud

 

I meet some issues when i run my code on devcloud jupyter using fpga hardware. (follow this website tutorial:  https://devcloud.intel.com/oneapi/documentation/base-toolkit/)

 

I can run my code by using GPU and FPGA emulator but when I tried to run FPGA hardware node it will get errors as below:

 

for arria10 error :
terminate called after throwing an instance of 'cl::sycl::runtime_error'
what(): Native API failed. Native API returns: -42 (CL_INVALID_BINARY) -42 (CL_INVALID_BINARY)
make: *** [run_fpga_hardware] Aborted

for stratix10 error:
terminate called after throwing an instance of 'cl::sycl::nd_range_error'
what(): Non-uniform work-groups are not supported by the target device -54 (CL_INVALID_WORK_GROUP_SIZE)
make: *** [run_hw] Aborted

 

WeiChih_0-1657214605168.pngWeiChih_1-1657214630316.png

 

Do you know what are the problems and  how can I modify my code?

 

 

thanks

 

 

 

0 Kudos
10 Replies
Kenny_Tan
Moderator
1,060 Views

Hi,


Thanks for using Intel community forum,


Kindly expect some delay in the reply due to holiday.


Thanks,


0 Kudos
aikeu
Employee
1,026 Views

Hi Wei-Chih,


May I know are you modifying your code using the VectorAdd sample project?

Can the VectorAdd sample project run on properly on your side?


Thanks.

Regards,

Aik Eu


0 Kudos
Wei-Chih
Novice
1,020 Views

Hi Aik 

 

 I did the vector add before, all devices can run, but it  seems  stratix10 have connection problem now.

0 Kudos
aikeu
Employee
1,011 Views

Hi Wei-Chih,


Are you able to access the other nodes for Stratix10?

Nodes with Stratix 10: (2 available/5 total)

s005-n005 s005-n008

--------------------------------------------------------------------------------------

Nodes with Stratix 10 OneAPI: (3 available/3 total)

s001-n142 s001-n143 s001-n144


Thanks.

Regards,

Aik Eu


0 Kudos
Wei-Chih
Novice
999 Views

Hi Aik

 

I have tried s001-n142 s001-n143 s001-n144, but stratix10 nodes are still having the error

0 Kudos
aikeu
Employee
992 Views

Hi Wei-Chih,


May I know is it a connection problem or it is a code running problem?

Any return logs to show?


Thanks.

Regards,

Aik Eu


0 Kudos
Wei-Chih
Novice
983 Views

Hi Aik

 

I think it's not code running problem cause I can use Arria10 normally. Below is error message.

 

WeiChih_0-1658937113665.png

 

0 Kudos
aikeu
Employee
943 Views

Hi Wei-Chih,


I see there is a hardware error for Stratix10 also after I tried with it using Jupyter Lab and Mobaxterm access. Seems like the vector add project is not working on Stratix10 but only Arria10 was working fine. I will submit a ticket regarding this matter and it will take time to resolve this.

May I know if there is any concern on your side regarding this?


Thanks.

Regards,

Aik Eu


0 Kudos
Wei-Chih
Novice
928 Views

Hi Aik

 

Thanks. I will use Arria10 to test my own project currently, if you fix Stratix10 issue please inform me cause I intent to compare different fpga hardwares on my project.

0 Kudos
aikeu
Employee
911 Views

Hi Wei-Chih,


Sure, will inform you through email once the Stratix10 hardware running issue resolved.

I will close this thread for now.


Thanks.

Regards,

Aik Eu


0 Kudos
Reply