Skip to content

Commit

Permalink
Setup - updates & enhancements (#1318)
Browse files Browse the repository at this point in the history
* Setup - Reinstall Updates

* Setup - Reinstall common

* Sample - mv_object README.md updates

* Deprecate - rocAL (#1304)

* Deprecate - rocAL

* Docker - Updates

* Readme - Cleanup

* README.md - rocAL fix

* CMakeLists - Build for advanced GPUs fix (#1307)

* MIVisionX - BUILD_WITH_AMD_ADVANCE

* Half - msg for required

* Readme & Changelog - Updates

* Readme - Cleanup

* Setup - Exit without error

* Setup - Cleanup & Fix

* Fix Copyright

* Loom - Off for HIP

* CMakeList - Fix msg

* Find FFMPEG - Updates

* FIND HIP - U22 fix

* Setup - Updates

* Setup - Cleanup

* Setup - Check Error Status

* Setup - Cleanup

* Setup - Updates and fix

* Fix

* Fix

* Fix - make projects

* Ubuntu -Fix
  • Loading branch information
kiritigowda authored Mar 28, 2024
1 parent bbb58b5 commit 9483519
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 211 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ endif()
message("-- ${BoldBlue}MIVisionX Build Type -- ${CMAKE_BUILD_TYPE}${ColourReset}")

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
list(APPEND CMAKE_PREFIX_PATH ${ROCM_PATH} ${ROCM_PATH}/hip)
find_package(HALF QUIET)
find_package(HIP QUIET)

Expand Down Expand Up @@ -201,7 +202,7 @@ endif()
set(MIVISIONX_DEBIAN_PACKAGE_LIST "rocm-hip-runtime, half, rpp, rocblas, miopen-hip, migraphx")
set(MIVISIONX_RPM_PACKAGE_LIST "rocm-hip-runtime, half, rpp, rocblas, miopen-hip, migraphx")
# Set the dev dependent packages
set(MIVISIONX_DEBIAN_DEV_PACKAGE_LIST "rocm-hip-runtime-dev, rpp-dev, rocblas-dev, miopen-hip-dev, migraphx-dev, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev")
set(MIVISIONX_DEBIAN_DEV_PACKAGE_LIST "rocm-hip-runtime-dev, rpp-dev, rocblas-dev, miopen-hip-dev, migraphx-dev, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev")
# TBD - Some RPM packages need Fusion Packages - ffmpeg, libavcodec-devel, libavformat-devel, libavutil-devel, libswscale-devel
set(MIVISIONX_RPM_DEV_PACKAGE_LIST "rocm-hip-runtime-devel, rpp-devel, rocblas-devel, miopen-hip-devel, migraphx-devel")

Expand Down
Loading

0 comments on commit 9483519

Please sign in to comment.