Forum Discussion
MuhammadAr_U_Intel
Contributor
6 years agoHi,
What command are you using to compile, I got Error for insufficient resources during the compilation targeting A10 board.
aoc device/gzip.cl -o bin_a10_hw/gzip.aocx -DVEC=16 -DENGINES=4 -DLOW_BANDWIDTH_DEVICE=1 -board=a10gx
Thanks,
Arslan
- RYang286 years ago
New Contributor
Hi MUsman, The flags you used is for S10 (you got them from readme I think). But A10 can only be compiled with ENGINES=1, -D flags I used are -DVEC=16 -DENGINES=1, (no need for -DLOW_BANDWIDTH_DEVICE). Have a try, thanks.