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
53 stars 38 forks source link

Fixing HIP CMake issue #361

Closed SundarRajan28 closed 4 months ago

SundarRajan28 commented 4 months ago

Removing find_package(HIP) call in CMakeLists.txt - its already present in L215

SundarRajan28 commented 4 months ago

Results of rpp HIP tests run with rpp installed on rocm 6.1 docker

-------------------------------------------------------------------

Final Results of Tests:
    - Total test cases including all subvariants REQUESTED = 113
    - Total test cases including all subvariants PASSED = 113

General information on Tensor voxel test suite availability:
    - Total augmentations supported in Tensor test suite = 36
    - Total augmentations with golden output QA test support = 32
    - Total augmentations without golden ouput QA test support (due to randomization involved) = 4

-------------------------------------------------------------------
r-abishek commented 4 months ago

@kiritigowda SLES Passing

RHEL9 and Ubuntu22 Failing due to :

#3 ERROR: failed to authorize: failed to fetch anonymous token: Get "https://10.216.51.87:5000/artifactory/api/docker/rocm-docker-experimental/v2/token?scope=repository%3Arocm-base-images%2Fubuntu-22.04-bld%3Apull&service=10.216.51.87%3A5000": tls: failed to verify certificate: x509: cannot validate certificate for 10.216.51.87 because it doesn't contain any IP SANs

Step 1/15 : ARG base_image
Step 2/15 : FROM ${base_image}
error parsing HTTP 400 response body: invalid character '<' looking for beginning of value: "<html>\r\n<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>\r\n<body>\r\n<center><h1>400 Bad Request</h1></center>\r\n<center>The plain HTTP request was sent to HTTPS port</center>\r\n<hr><center>nginx/1.23.4</center>\r\n</body>\r\n</html>\r\n"

script returned exit code 1
rrawther commented 4 months ago

@kiritigowda : We need to merge it. Can you please merge it. Not sure when CI will pass