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

CMakeLists中的RKNN_API_PATH变量是不是多余的? #42

Open
DCC-lzhy opened this issue May 5, 2024 · 2 comments
Open

CMakeLists中的RKNN_API_PATH变量是不是多余的? #42

DCC-lzhy opened this issue May 5, 2024 · 2 comments

Comments

@DCC-lzhy
Copy link

DCC-lzhy commented May 5, 2024

set(RKNN_API_PATH ${CMAKE_SOURCE_DIR}/../../runtime/RK3588/${CMAKE_SYSTEM_NAME}/librknn_api)

这个librknn_api就在include文件里,下面的语句包含了。

@UApocalypse
Copy link

UApocalypse commented May 6, 2024

我觉得是多余的,我使用的rk3588官方文档并没有提到这个api的使用,而且删除后可以正常运行。
但是可能作者想兼容3588之前的板子

@leafqycc
Copy link
Owner

set(RKNN_API_PATH ${CMAKE_SOURCE_DIR}/../../runtime/RK3588/${CMAKE_SYSTEM_NAME}/librknn_api)

这个librknn_api就在include文件里,下面的语句包含了。

抱歉orz,之前测试的时候忘删了(运行没影响就没注意到这个)

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

3 participants