Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run time hang running on DE10 Nano #53

Closed
META-DREAMER opened this issue Mar 1, 2018 · 2 comments
Closed

Run time hang running on DE10 Nano #53

META-DREAMER opened this issue Mar 1, 2018 · 2 comments

Comments

@META-DREAMER
Copy link

META-DREAMER commented Mar 1, 2018

Hi there, I'm trying to get the basic version running on my DE10-nano board, however the execution hangs during Layer 1 execution and doesn't get further than the log below.

I'm using this for the linux image: https://github.com/thinkoco/c5soc_opencl

Any idea what could be causing this? Any help would be much appreciated!

***************************************************
PipeCNN: An OpenCL-Based FPGA Accelerator for CNNs 
***************************************************

Platform: Intel(R) FPGA SDK for OpenCL(TM)
Using 1 device(s)
  Device 0: de10_nano_sharedonly_hdmi : Cyclone V SoC Development Kit
Device OpenCL Version: OpenCL 1.0 Intel(R) FPGA SDK for OpenCL(TM), Version 17.1
Device Max Compute Units: 1
Device Max WorkGroup Size: 2147483647
Device Max WorkItem Size: 2147483647
Device Global Memory Size: 512 MBytes
Device Local Memory Size: 16 KBytes
Device Max Clock Freq: 1000 Mhz

Loading kernel/binary from file conv.aocx

61063552 total weights read 
1024 total output reference read 


154587 bytes image data read from binary files

Executing Layer 1:

Launching single work-item kernel winbuffer

Launching single work-item kernel Conv

Launching single work-item kernel Pooling

Launching kernel MemWr with local size: 1, 1, 8  (global size: 27, 27, 96)

Launching kernel lrn with local size: 1, 1, 12  (global size: 27, 27, 12)
@doonny
Copy link
Owner

doonny commented Mar 7, 2018

@HammadJ Hi, it seems that you are not using a BSP (de10_nano_sharedonly_hdmi ???) which is not officially supported. Please check if the official one works. Since, we have not met any problem on that.

@thinkoco
Copy link

@HammadJ @doonny Hi, all. Sorry, it's my fault.These was something wrong with my SD card image. Now,this issue had be fixed.

@doonny doonny closed this as completed Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants