在AclNNInvocation中执行命令:bash run.sh 错误提示如下,想知道该如何修正
root@21358923f90a:/home/project/SinhCustom/AclNNInvocation# bash run.sh
INFO: generate input data success!
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- env INC_PATH: /usr/local/Ascend/ascend-toolkit/latest
-- env LIB_PATH: /usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/lib64
-- Configuring done
-- Generating done
-- Build files have been written to: /home/project/SinhCustom/AclNNInvocation/build
INFO: cmake success!
[ 20%] Building CXX object CMakeFiles/execute_sinh_op.dir/operator_desc.cpp.o
[ 40%] Building CXX object CMakeFiles/execute_sinh_op.dir/op_runner.cpp.o
[ 60%] Building CXX object CMakeFiles/execute_sinh_op.dir/main.cpp.o
[ 80%] Building CXX object CMakeFiles/execute_sinh_op.dir/common.cpp.o
[100%] Linking CXX executable /home/project/SinhCustom/AclNNInvocation/output/execute_sinh_op
[100%] Built target execute_sinh_op
INFO: make success!
INFO: execute op!
[ERROR] acl init failed
[ERROR] Init resource failed
ERROR: acl executable run failed! please check your project!
在AclNNInvocation中执行命令:bash run.sh 错误提示如下,想知道该如何修正
root@21358923f90a:/home/project/SinhCustom/AclNNInvocation# bash run.sh
INFO: generate input data success!
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- env INC_PATH: /usr/local/Ascend/ascend-toolkit/latest
-- env LIB_PATH: /usr/local/Ascend/ascend-toolkit/latest/x86_64-linux/lib64
-- Configuring done
-- Generating done
-- Build files have been written to: /home/project/SinhCustom/AclNNInvocation/build
INFO: cmake success!
[ 20%] Building CXX object CMakeFiles/execute_sinh_op.dir/operator_desc.cpp.o
[ 40%] Building CXX object CMakeFiles/execute_sinh_op.dir/op_runner.cpp.o
[ 60%] Building CXX object CMakeFiles/execute_sinh_op.dir/main.cpp.o
[ 80%] Building CXX object CMakeFiles/execute_sinh_op.dir/common.cpp.o
[100%] Linking CXX executable /home/project/SinhCustom/AclNNInvocation/output/execute_sinh_op
[100%] Built target execute_sinh_op
INFO: make success!
INFO: execute op!
[ERROR] acl init failed
[ERROR] Init resource failed
ERROR: acl executable run failed! please check your project!