Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
477 Discussions

Compile a matrix_mult project on the pac10 board and reported an error . Help please

nma001
Beginner
887 Views

Compiler Command: aoc device/matrix_mult.cl -o bin/matrix_mult.aocx -fp-relaxed -DPE_ROWS=10 -DPE_COLS=8 -DDOT_PROD_VECTOR_SIZE=16 -DROWS_INTERLEAVED=16 -DCOLUMNS_INTERLEAVED=32 -report

Compiler Error: Bank width cannot be smaller than access width

0 Kudos
1 Reply
MuhammadAr_U_Intel
426 Views
Hi, Can you try compiling with the command provided in README file ? aoc device/matrix_mult.cl -o bin/matrix_mult.aocx -fp-relaxed -DPE_ROWS=15 -DPE_COLS=10 -DDOT_PROD_VECTOR_SIZE=8 -DROWS_INTERLEAVED=32 -DCOLUMNS_INTERLEAVED=32 -board=<board> Thanks, Arslan
0 Kudos
Reply