Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Lixiang9716 opened this issue Apr 27, 2024 · 1 comment
Open

Comments

@Lixiang9716
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants