ROCm / MIVisionX

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions.
https://rocm.docs.amd.com/projects/MIVisionX/en/latest/
MIT License
184 stars 71 forks source link

Fixing HIP CMake issue #1356

Closed SundarRajan28 closed 1 month ago

SundarRajan28 commented 1 month ago

Setting AMDGPU_TARGETS before find_package(HIP) call - fixes HIP issues

kiritigowda commented 1 month ago

@SundarRajan28 -- we need to add like here - https://github.com/ROCm/MIVisionX/blob/4b5eb8a9c4cfd3fa400725a7786670411a13d972/amd_openvx/CMakeLists.txt#L33

SundarRajan28 commented 1 month ago

@kiritigowda @LakshmiKumar23 Removed find_package(HIP) from top level CMake