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

Unsupported gpu architecture 'compute_89' #142

Open
upupbo opened this issue Dec 5, 2024 · 0 comments
Open

Unsupported gpu architecture 'compute_89' #142

upupbo opened this issue Dec 5, 2024 · 0 comments

Comments

@upupbo
Copy link

upupbo commented Dec 5, 2024

mkdir: cannot create directory ‘/public/sekj_tech/engineers/chenbo/models/occ_model/FlashOCC/ppl.cv/cuda-build’: File exists
cmd -> cmake -DCMAKE_BUILD_TYPE=Release -DPPLCV_USE_CUDA=ON -DCMAKE_INSTALL_PREFIX=/public/sekj_tech/engineers/chenbo/models/occ_model/FlashOCC/ppl.cv/cuda-build/install .. && cmake --build . -j 64 --config Release && cmake --build . --target install -j 64 --config Release
-- Populating hpcc
-- Configuring done
-- Generating done
-- Build files have been written to: /public/sekj_tech/engineers/chenbo/models/occ_model/FlashOCC/ppl.cv/deps/hpcc-subbuild
[ 11%] Performing update step for 'hpcc-populate'
[ 22%] No patch step for 'hpcc-populate'
[ 33%] No configure step for 'hpcc-populate'
[ 44%] No build step for 'hpcc-populate'
[ 55%] No install step for 'hpcc-populate'
[ 66%] No test step for 'hpcc-populate'
[ 77%] Completed 'hpcc-populate'
[100%] Built target hpcc-populate
-- Populating pplcommon
-- Configuring done
-- Generating done
-- Build files have been written to: /public/sekj_tech/engineers/chenbo/models/occ_model/FlashOCC/ppl.cv/deps/pplcommon-subbuild
[ 11%] Performing download step (git clone) for 'pplcommon-populate'
Cloning into 'pplcommon'...
HEAD is now at 9d5fc6e add move constructor for FileMapping
[ 22%] Performing update step for 'pplcommon-populate'
[ 33%] No patch step for 'pplcommon-populate'
[ 44%] No configure step for 'pplcommon-populate'
[ 55%] No build step for 'pplcommon-populate'
[ 66%] No install step for 'pplcommon-populate'
[ 77%] No test step for 'pplcommon-populate'
[ 88%] Completed 'pplcommon-populate'
[100%] Built target pplcommon-populate
-- Configuring done
-- Generating done
-- Build files have been written to: /public/sekj_tech/engineers/chenbo/models/occ_model/FlashOCC/ppl.cv/cuda-build
Consolidate compiler generated dependencies of target pplcommon_static
[ 7%] Building CXX object pplcommon-build/CMakeFiles/pplcommon_static.dir/src/ppl/common/compact_memory_manager.cc.o
[ 7%] Building CXX object pplcommon-build/CMakeFiles/pplcommon_static.dir/src/ppl/common/file_mapping.cc.o
[ 9%] Building CXX object pplcommon-build/CMakeFiles/pplcommon_static.dir/src/ppl/common/half_soft.cc.o
[ 11%] Building CXX object pplcommon-build/CMakeFiles/pplcommon_static.dir/src/ppl/common/half.cc.o
[ 11%] Building CXX object pplcommon-build/CMakeFiles/pplcommon_static.dir/src/ppl/common/log.cc.o
[ 11%] Building CXX object pplcommon-build/CMakeFiles/pplcommon_static.dir/src/ppl/common/sys.cc.o
[ 13%] Linking CXX static library libpplcommon_static.a
[ 13%] Built target pplcommon_static
Consolidate compiler generated dependencies of target pplcv_static
[ 15%] Building CXX object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/utility/memory_pool.cpp.o
[ 19%] Building CUDA object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/abs.cu.o
[ 23%] Building CUDA object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/adaptivethreshold.cu.o
nvcc fatal : Unsupported gpu architecture 'compute_89'
[ 27%] Building CXX object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/utility/use_memory_pool.cpp.o
gmake[2]: *** [CMakeFiles/pplcv_static.dir/build.make:104: CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/abs.cu.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
[ 31%] Building CUDA object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/bilateralfilter.cu.o
[ 31%] Building CUDA object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/boxfilter.cu.o
[ 31%] Building CUDA object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/arithmetic.cu.o
nvcc fatal : Unsupported gpu architecture 'compute_89'
[ 33%] Building CUDA object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/bitwise.cu.o
gmake[2]: *** [CMakeFiles/pplcv_static.dir/build.make:118: CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/adaptivethreshold.cu.o] Error 1
nvcc fatal : Unsupported gpu architecture 'compute_89'
nvcc fatal : Unsupported gpu architecture 'compute_89'
nvcc fatal : Unsupported gpu architecture 'compute_89'
May I ask how to solve this problem

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