-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CMake Error at src/CMakeLists.txt:104 (rocm_set_soversion) #116
Comments
Any help is welcome thank you |
one step forward: export ROCM_DIR=/opt/rocm/share/rocm/cmake/ 1 warning generated when compiling for host. |
one step forward [ 9%] Building HIPCC object src/CMakeFiles/rocalution_hip.dir/base/hip/rocalution_hip_generated_hip_matrix_bcsr.cpp.o |
rocRAND install only the C includes Install the project... |
manually changed the #include "hip_rand.hpp" compilation successful however |
The goal is to run solvers on GPUs |
Which gpu are you used? |
ellesmere (ProDuo) I do not have a navi |
rocSPARSE works |
it will be helpful to see what binararies are missing .... |
let me build rocBLAS from scratch |
Agent 2 Name: gfx803 Agent 3 Name: gfx803 |
nope ... let see if something changes with a different GPU |
using a different GPU and re-building does not make any difference |
Mostly rocBLAS report missing Tensile_Library_803.co, please refer here: |
I can check but rocBLAS worked |
paolo@fastmmw:~/FastMM$ ls -lrt /opt/rocm-3.8.0/rocblas/lib/library/ Tensile is there alright |
rocRAND ctest Total Test time (real) = 8.99 sec The following tests FAILED: |
|
How do you check what binary needs?
|
ViennaCL is the only one I could execute a cg so far ... should I implement cg using rocBLAS and rocSPARSE directly? |
|
No comments |
resolved Adding gfx803 for vega 20 I will check |
|
Co-authored-by: jsandham <james.sandham@amd.com>
installed rocBLAS, rocSPARSE, rocRAND
....
paolo@fastmmw:~/FastMM/Epyc/rocALUTION$ ./install.sh -idc
Creating project build directory in: ./build
[sudo] password for paolo:
Hit:1 http://repo.radeon.com/rocm/apt/debian xenial InRelease
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
~/FastMM/Epyc/rocALUTION ~/FastMM/Epyc/rocALUTION
Building googletest from source; installing into /usr/local
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
-- Build files have been written to: /home/paolo/FastMM/Epyc/rocALUTION/build/deps
Scanning dependencies of target install
Built target install
~/FastMM/Epyc/rocALUTION
~/FastMM/Epyc/rocALUTION ~/FastMM/Epyc/rocALUTION
-- The CXX compiler identification is GNU 7.5.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.17.1")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so (found version "3.1")
-- Found MPI: TRUE (found version "3.1")
-- Found HIP: /opt/rocm-3.8.0/hip (found version "3.8.20371-d1886b0b")
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
CMake Error at src/CMakeLists.txt:104 (rocm_set_soversion):
Unknown CMake command "rocm_set_soversion".
-- Configuring incomplete, errors occurred!
See also "/home/paolo/FastMM/Epyc/rocALUTION/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/paolo/FastMM/Epyc/rocALUTION/build/release/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered: