Skip to content

Commit

Permalink
Merge branch '2.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lowell committed Dec 19, 2019
2 parents a2dadb9 + f5f59cb commit 9fd3e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -270,7 +270,7 @@ rocm_create_package(
DESCRIPTION "AMD's DNN Library"
MAINTAINER "Paul Fultz II <paul.fultz@amd.com>"
LDCONFIG
# DEPENDS rocm-opencl rocm-utils hip_hcc tinygemm
# DEPENDS rocm-opencl rocm-utils hip-hcc tinygemm
)

include(EnableCompilerWarnings)
Expand Down
1 change: 1 addition & 0 deletions doc/src/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 9fd3e57

Please sign in to comment.