Open Lixiang9716 opened 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 ?
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.
My openasip version is 2.0 , when I clone this roject , typed "make tcesim" , it throws a error
How can I fix it ?