-
Notifications
You must be signed in to change notification settings - Fork 823
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
[MACE v1.0.0] rpcmem_init failed on GPU #709
Comments
@gasgallo rpcmem is a qualcomm library that is enabled by default, which should not happen on other soc. You can disable it by modifying this line https://github.com/XiaoMi/mace/blob/v1.0.0/tools/sh_commands.py#L275 BTW, if the model's |
@lee-bin thanks for the hint! So |
Yes, it should be |
@gasgallo We have reconstructed the MACE framework and resolve this bug, thanks for your contribution! |
Before you open an issue, please make sure you have tried the following steps:
System information
Model deploy file (*.yml)
Describe the problem
Model fails to run on GPU with openCL with below error.
To Reproduce
Steps to reproduce the problem:
1. cd /path/to/mace 2. python3 tools/converter.py convert --config=/path/to/yml 3. python3 tools/converter.py run --config=/path/to/yml
Error information / logs
Please include the full log and/or traceback here.
Additional context
Add any other context about the problem here, e.g., what you have modified about the code.
The text was updated successfully, but these errors were encountered: