diff --git a/CMakeLists.txt b/CMakeLists.txt index c6b3bc03cf..41abb4a0da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,7 +258,7 @@ set(MIOPEN_USER_DB_SUFFIX "${MIOPEN_BACKEND}.${MIOpen_VERSION_MAJOR}_${MIOpen_VE set(MIOPEN_SYSTEM_FIND_DB_SUFFIX "${MIOPEN_BACKEND}" CACHE PATH "Filename suffix for the system find-db files") -set(MIOPEN_PACKAGE_REQS "rocm-utils, hip_hcc") +set(MIOPEN_PACKAGE_REQS "rocm-utils, hip-hcc") if(MIOPEN_USE_MIOPENGEMM) set(MIOPEN_PACKAGE_REQS "${MIOPEN_PACKAGE_REQS}, miopengemm") endif() @@ -270,7 +270,7 @@ rocm_create_package( DESCRIPTION "AMD's DNN Library" MAINTAINER "Paul Fultz II " LDCONFIG - # DEPENDS rocm-opencl rocm-utils hip_hcc tinygemm + # DEPENDS rocm-opencl rocm-utils hip-hcc tinygemm ) include(EnableCompilerWarnings) diff --git a/doc/src/releasenotes.md b/doc/src/releasenotes.md index fbd25e803d..7d73fda496 100644 --- a/doc/src/releasenotes.md +++ b/doc/src/releasenotes.md @@ -25,6 +25,7 @@ Changes: - Improved performance of calls to miopenConvolutionXXXGetWorkSpaceSize() functions - Improved conformance to code object version 3 - Disabled SCGEMM convolution algorithm by default; this algorithm is deprecated and will be removed in future releases +- Changed "hip_hhc" to "hip-hcc" for the MIOpen package requirements in CMakeLists.txt