Closed kiritigowda closed 3 weeks ago
@r-abishek @LakshmiKumar23 -- should RPP packages bring in OpenMP packages?
@r-abishek -- pre-reqs do not list OpenMP - https://github.com/ROCm/rpp/tree/develop/utilities/test_suite#prerequisites
@r-abishek - let me know when this is implemented with #453
@kiritigowda Addressed by #453 CMake/Python script will not install OpenMP, but will strictly not build and run tests if openMP is not found.
Problem Description
FIX
The fix is to install OpenMP before running the test on RHEL 8 yum install libomp libomp-devel
bash-4.4# ctest Test project /tmp/grpc/rpp-test Start 1: rpp_qa_tests_tensor_host_all 1/2 Test #1: rpp_qa_tests_tensor_host_all ..... Passed 30.83 sec Start 2: rpp_qa_tests_tensor_hip_all 2/2 Test #2: rpp_qa_tests_tensor_hip_all ...... Passed 123.16 sec
100% tests passed, 0 tests failed out of 2
Operating System
RHEL 8
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