- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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