You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting out of local memory: needed=32 bytes, available=0 bytes error from a test code with opae driver. Then I decided to check device properties with a test code.
=== Device Information ===
Device Name : Vortex OpenGPU
Vendor : Vortex Group
Device Version : OpenCL 1.2 PoCL HSTR: vortex-riscv32-unknown-unknown-elf
Driver Version : 6.1-pre vortex_2.x-0-g81d0aeea0
OpenCL C Version : OpenCL C 1.2 PoCL
Global Memory Size (Bytes) : 4294967296
Local Memory Size (Bytes) : 1
How can I config Local Memory size? I tried to ensure I have the correct opae runtime for the FPGA target with TARGET=fpga make -C runtime/opae
as descrived in altera_fpga_guide.md and it gives me
fatal error: fpga.h: No such file or directory
16 | #include <fpga.h>
What is missing? Is altera_fpga_guide.md updated? Can you help me with this @tinebp?
The text was updated successfully, but these errors were encountered:
I'm getting
out of local memory: needed=32 bytes, available=0 bytes
error from a test code with opae driver. Then I decided to check device properties with a test code.gives
How can I config Local Memory size? I tried to ensure I have the correct opae runtime for the FPGA target with
TARGET=fpga make -C runtime/opae
as descrived in altera_fpga_guide.md and it gives me
What is missing? Is altera_fpga_guide.md updated? Can you help me with this @tinebp?
The text was updated successfully, but these errors were encountered: