- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the parameter local_mem_size in the FPGA a quantity that can be modified? How do I get it if I need a larger local_mem?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just like every other hardware, there is a limit on the amount of Block RAM and registers on a given FPGA, using which OpenCL "Local Memory" is implemented. If your code uses less than the amount that is available on the chip, everything will be fine. If it uses more, your kernel will not fit on the device and compilation will fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your detailed explanation!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page