kanishkan / lenet

5LIM0 - Lab assignment
MIT License
0 stars 0 forks source link

MachineConnectivityCheck.cc:896 'ADF has unknown operation: ld8x4' #3

Open Lixiang9716 opened 6 months ago

Lixiang9716 commented 6 months ago

My openasip version is 2.0 , when I clone this roject , typed "make tcesim" , it throws a error

root@lx-virtual-machine:/home/lx/Desktop/lenet# make tcesim
tcecc -O3 --bubblefish2-scheduler -a base_tta.adf \
        -o lenet.tpef lenet.c -k predicted_number,ecc,lcc,net_out
Error compiling '/tmp/tcecc-8e83vpcf/lenet.tpef_optimized.bc.intrinsics_lowered':
MachineConnectivityCheck.cc:896 'ADF has unknown operation: ld8x4'

How can I fix it ?

kanishkan commented 6 months ago

You can remove the operations "ld8x4 and st8x4" in the adf file and give a try again.

Note: Default open-source version do not have SIMD support. If you need SIMD support, please reach out openasip.org team.