ROCm / rocAL

The AMD rocAL is designed to efficiently decode and process images and videos from a variety of storage formats and modify them through a processing graph programmable by the user.
https://rocm.docs.amd.com/projects/rocAL/en/develop/
MIT License
11 stars 13 forks source link

Fixing HIP CMake issue #157

Closed SundarRajan28 closed 4 months ago

SundarRajan28 commented 4 months ago

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

LakshmiKumar23 commented 4 months ago

@SundarRajan28 same comment as mentioned in MIVisionX. We cannot add this to top level. It is used to set audio flag, but #156 resolves that altogether. Please remove from this file

LakshmiKumar23 commented 4 months ago

@kiritigowda @SundarRajan28 I have made the required changes in PR156 itself. Let us close this PR

rrawther commented 4 months ago

this should be closed after merging 156 (incorporated in that)

SundarRajan28 commented 4 months ago

Closing this PR since the change is added in PR #156