-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Ascend NPU 310P3 chip run error #2372
Comments
@lq0104 Try to set |
OK, I will try it, thank you |
when I set SOC_TYPE = Ascend310P3, I encountered an issue while compiling:
It seems that Ascend310P currently does not support this function'DataCopyPad ' |
@lq0104 I think some function defination is not same between different SOCs. Someone also met this when using 910A. But you can find some function to replace DataCopyPad. |
I try to run whisper.cpp with CANN in Ascend NPU 310P3, my cann version is 8.0
I follow this cmd to compile:
mkdir build
cd build
cmake .. -D GGML_CANN=on
make -j
and infer command:
./build/bin/main -f samples/jfk.wav -m models/ggml-base.en.bin
but the program failed to run, error message is here:
I am a beginner, could you please advise on how to fix this issue? @hipudding @MengqingCao
The text was updated successfully, but these errors were encountered: