mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 06:38:00 -05:00
Update to 6.3.1 Release Notes (#236)
* 6.3.1 Release notes (#224) * New Release highlight on offline installer added. OS change, Known Issues, Resolved issues, and upcoming changes copied from 6.3.0 and updated version --------- Co-authored-by: prbasyal <prbasyal@amd.com> * Updates to release notes (#229) * Updates to release notes * & -> and * Updated the component changes, table, release highlights, and fixed i… (#232) * Updated the component changes, table, release highlights, and fixed issues * Version number and heading title fixed * Update RELEASE.md Co-authored-by: Jeffrey Novotny <jnovotny@amd.com> * Update RELEASE.md Co-authored-by: Jeffrey Novotny <jnovotny@amd.com> * Version transition updated --------- Co-authored-by: prbasyal <prbasyal@amd.com> Co-authored-by: Peter Park <peter.park@amd.com> Co-authored-by: Jeffrey Novotny <jnovotny@amd.com> * Rn 631 custombranch (#234) * Updated the component changes, table, release highlights, and fixed issues * Version number and heading title fixed * Update RELEASE.md Co-authored-by: Jeffrey Novotny <jnovotny@amd.com> * Update RELEASE.md Co-authored-by: Jeffrey Novotny <jnovotny@amd.com> * Version transition updated * OS and Hardware compatibility updated --------- Co-authored-by: prbasyal <prbasyal@amd.com> Co-authored-by: Peter Park <peter.park@amd.com> Co-authored-by: Jeffrey Novotny <jnovotny@amd.com> * [6.3.1 release notes] Add rocprof-sys changes to RN (#235) * remove extra sections * add rocprof-sys changelog * add omni fixed issues and ami smi cl * Update RELEASE.md Version transition added in the table * add documentation update note * Broken link fixed --------- Co-authored-by: Pratik Basyal <pratik.basyal@amd.com> * added edited version of the migraphx changelog and removed CK entry (#238) Co-authored-by: Pratik Basyal <pratik.basyal@amd.com> * Updating ROCm-internal with 6.3.1 release notes changes (#241) * Updated date and version * Typos and wording fixed * Minor fix * Documentation update added * MIGraphX change dropped * Debian support removed * New release highlight added * HIPRand version changed * Cross-reference to Per queue added * Leo's review feedback incorporated * HIP optimized section updated * Istinct and Peter's feedback added --------- Co-authored-by: prbasyal <prbasyal@amd.com> * Fix changelog and new documentation note (#246) * fix amd smi and add training a model using megatron note * update workload tuning doc note * fmt --------- Co-authored-by: prbasyal <prbasyal@amd.com> Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com> Co-authored-by: Peter Park <peter.park@amd.com> Co-authored-by: Jeffrey Novotny <jnovotny@amd.com>
This commit is contained in:
@@ -30,15 +30,15 @@ if os.environ.get("READTHEDOCS", "") == "True":
|
||||
project = "ROCm Documentation"
|
||||
author = "Advanced Micro Devices, Inc."
|
||||
copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved."
|
||||
version = "6.3.0"
|
||||
release = "6.3.0"
|
||||
version = "6.3.1"
|
||||
release = "6.3.1"
|
||||
setting_all_article_info = True
|
||||
all_article_info_os = ["linux", "windows"]
|
||||
all_article_info_author = ""
|
||||
|
||||
# pages with specific settings
|
||||
article_pages = [
|
||||
{"file": "about/release-notes", "os": ["linux", "windows"], "date": "2024-12-03"},
|
||||
{"file": "about/release-notes", "os": ["linux", "windows"], "date": "2024-12-20"},
|
||||
{"file": "how-to/deep-learning-rocm", "os": ["linux"]},
|
||||
{"file": "how-to/rocm-for-ai/index", "os": ["linux"]},
|
||||
{"file": "how-to/rocm-for-ai/install", "os": ["linux"]},
|
||||
|
||||
Reference in New Issue
Block a user