ROCm / rpp

AMD ROCm Performance Primitives (RPP) library is a comprehensive high-performance computer vision library for AMD processors with HIP/OpenCL/CPU back-ends.
https://rocm.docs.amd.com/projects/rpp/en/latest/
MIT License
55 stars 40 forks source link

[Issue]: Test Package Failure #374

Closed kiritigowda closed 5 months ago

kiritigowda commented 5 months ago

Problem Description

Missing clang package to build tests

    Start 2: rpp_qa_tests_tensor_hip_all

2: Test command: /usr/bin/python3.10 "/opt/rocm/share/rpp/test/HIP/runTests.py" "--qa_mode" "1" "--batch_size" "3"
2: Working Directory: /root/rpp-test
2: Test timeout computed to be: 1500
2: -- The C compiler identification is GNU 11.4.0
2: -- The CXX compiler identification is unknown
2: -- Detecting C compiler ABI info
2: -- Detecting C compiler ABI info - done
2: -- Check for working C compiler: /usr/bin/cc - skipped
2: -- Detecting C compile features
2: -- Detecting C compile features - done
2: CMake Error at CMakeLists.txt:28 (project):
2:   The CMAKE_CXX_COMPILER:
2: 
2:     clang++
2: 
2:   is not a full path and was not found in the PATH.
2: 
2:   Tell CMake where to find the compiler by setting either the environment
2:   variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
2:   to the compiler, or to the compiler name if it is in the PATH.
2: 
2: 
2: -- Configuring incomplete, errors occurred!
2: See also "/root/rpp-test/build/CMakeFiles/CMakeOutput.log".
2: See also "/root/rpp-test/build/CMakeFiles/CMakeError.log".
2: make: *** No targets specified and no makefile found.  Stop.

Operating System

All

CPU

All

GPU

AMD Instinct MI300

Other

No response

ROCm Version

ROCm 6.0.0

ROCm Component

rpp

Steps to Reproduce

No response

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

kiritigowda commented 5 months ago

Fix merged