You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install the openppl into my computer , an error has occured as follows:
The compilation command I executed is as follows: ./build.sh -DPPLNN_USE_X86_64=ON -DPPLNN_USE_CUDA=ON -DPPLNN_ENABLE_KERNEL_PROFILING=ON -DPPLNN_ENABLE_PYTHON_API=ON
[ 11%] Performing update step for 'ppl.kernel.cpu-populate'
Ignoring path deps/hpcc/
Ignoring path deps/ppl.kernel.cuda/
Ignoring path deps/pplcommon/
CMake Error at /home/osksh/AG/3D-test/ppl.nn/deps/ppl.kernel.cpu-subbuild/ppl.kernel.cpu-populate-prefix/tmp/ppl.kernel.cpu-populate-gitupdate.cmake:121 (message):
Failed to rebase in: '/home/osksh/AG/3D-test/ppl.nn/deps/ppl.kernel.cpu'.
Output from the attempted rebase follows:
You will have to resolve the conflicts manually
CMakeFiles/ppl.kernel.cpu-populate.dir/build.make:119: recipe for target 'ppl.kernel.cpu-populate-prefix/src/ppl.kernel.cpu-populate-stamp/ppl.kernel.cpu-populate-update' failed
make[2]: *** [ppl.kernel.cpu-populate-prefix/src/ppl.kernel.cpu-populate-stamp/ppl.kernel.cpu-populate-update] Error 1
CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/ppl.kernel.cpu-populate.dir/all' failed
make[1]: *** [CMakeFiles/ppl.kernel.cpu-populate.dir/all] Error 2
Makefile:102: recipe for target 'all' failed
make: *** [all] Error 2
CMake Error at /usr/local/share/cmake-3.19/Modules/FetchContent.cmake:989 (message):
Build step for ppl.kernel.cpu failed: 2
How can i fix this error?Thanks!
The text was updated successfully, but these errors were encountered:
When I install the openppl into my computer , an error has occured as follows:
The compilation command I executed is as follows:
./build.sh -DPPLNN_USE_X86_64=ON -DPPLNN_USE_CUDA=ON -DPPLNN_ENABLE_KERNEL_PROFILING=ON -DPPLNN_ENABLE_PYTHON_API=ON
How can i fix this error?Thanks!
The text was updated successfully, but these errors were encountered: