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

error #6

Open
zeng215217 opened this issue Oct 20, 2022 · 0 comments
Open

error #6

zeng215217 opened this issue Oct 20, 2022 · 0 comments

Comments

@zeng215217
Copy link

这是编译NCNN到WASM的过程,这里报错,始终找不到解决方法
如果您正在为支持实验性 Web 组件功能(如 SIMD 和 SSE2)的浏览器进行编译,请使用以下代码。
cmake -DCMAKE_TOOLCHAIN_FILE=../emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DNCNN_SIMPLEOMP=ON -DNCNN_BUILD_TESTS=ON ..
但是在使用使用 SIMD SSE2,使用NCNN的内置测试用例来检查编译是否成功。:
TESTS_EXECUTABLE_LOADER=node TESTS_EXECUTABLE_LOADER_ARGUMENTS="--experimental-wasm-simd;--experimental-wasm-threads;--experimental-wasm-bulk-memory" ctest --output-on-failure -j 2

下面就全部报错:(1-88全部报错,这里只列出一个)
88/88 Test facebook/mvfst#88: test_yolov3detectionoutput .......***Failed 0.01 sec
CMake Error at /home/zeng/ncnn2/ncnn/cmake/run_test.cmake:4 (message):
Test failed with return value 'No such file or directory'

88 - test_yolov3detectionoutput (Failed)
Errors while running CTest
这是什么原因,我不明白,有人解答一下嘛

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

1 participant