Skip to content

Commit 2d20a8f

Browse files
build(miopen): bump version to 3.6.2 for ROCm 10.2 (#12211)
--- JIRA ID: ALMIOPEN-2636 ## Motivation Routine version bump for the ROCm 10.2 release. ## Technical Details Bumps MIOpen from 3.6.1 to 3.6.2 in `CMakeLists.txt` and adds the corresponding entry to `CHANGELOG.md`. ## Risk Assessment Mechanical version-number change only; no code or behavior affected. **Risk Level: 🟢 Low** ## Test Plan None needed — versioning/changelog metadata only. ## Test Result N/A. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
1 parent ead1cd5 commit 2d20a8f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

projects/miopen/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
Full documentation for MIOpen is available [here](https://rocm.docs.amd.com/projects/MIOpen/en/latest/)
55

6+
## MIOpen 3.6.2 for ROCm 10.2.0
7+
68
## MIOpen 3.6.1 for ROCm 10.1.0
79

810
### Resolved Issues

projects/miopen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ if(MIOPEN_STRIP_SYMBOLS AND NOT WIN32 AND NOT APPLE)
178178
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s")
179179
endif()
180180

181-
rocm_setup_version(VERSION 3.6.1)
181+
rocm_setup_version(VERSION 3.6.2)
182182

183183
include(TargetFlags)
184184

0 commit comments

Comments
 (0)