-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(*): add neuron adapter api as draft #3293
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
base: master
Are you sure you want to change the base?
Conversation
https://pytorch.org/executorch/stable/build-run-mediatek-backend.html as reference, I got sdk and mtk adapter header from executorch repo, and mtk adapter api is quit similar as nnapi interface. @jxt1234 |
@wangzhaode @jxt1234
|
Marking as stale. No activity in 60 days. |
So can we use this PR for MTK APU acceleration in ResNet model for now? |
@FranzKafkaYu yep,this pull request is already done all dependency for running restnet on mtk neuron pilot; also can run quantized int8 mnn model on neuron plot; demo upper show that ablity, for simpliy I use reset101 model work when click mobilenet button, and show correct classification result. |
add neuro backend as draft