Skip to content

Bump rocm-docs-core[api_reference] from 1.28.0 to 1.30.0 in /projects/rocrand/docs/sphinx#2803

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/projects/rocrand/docs/sphinx/rocm-docs-core-api_reference--1.30.0
Closed

Bump rocm-docs-core[api_reference] from 1.28.0 to 1.30.0 in /projects/rocrand/docs/sphinx#2803
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/projects/rocrand/docs/sphinx/rocm-docs-core-api_reference--1.30.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 20, 2025

Bumps rocm-docs-core[api_reference] from 1.28.0 to 1.30.0.

Release notes

Sourced from rocm-docs-core[api_reference]'s releases.

v1.30.0 (2025-11-19)

Feat

  • add rocm-finance & rocm-simulaiton flavors

Fix

  • HIP develop branch update

[main 73a6959] bump: version 1.29.0 → 1.30.0 3 files changed, 14 insertions(+), 4 deletions(-)

v1.29.0 (2025-11-12)

Feat

  • add amdgpu flavor

Fix

  • rename variable to match flavor name to latest_version.txt key name
  • reorder if logic

[main ebb6b67] bump: version 1.28.0 → 1.29.0 3 files changed, 15 insertions(+), 4 deletions(-)

Changelog

Sourced from rocm-docs-core[api_reference]'s changelog.

v1.30.0 (2025-11-19)

Feat

  • add rocm-finance & rocm-simulaiton flavors

Fix

  • HIP develop branch update

v1.29.0 (2025-11-12)

Feat

  • add amdgpu flavor

Fix

  • rename variable to match flavor name to latest_version.txt key name
  • reorder if logic
Commits
  • 73a6959 bump: version 1.29.0 → 1.30.0
  • 82046c2 Merge pull request #1455 from ROCm/alexxu12/simulation-finance-flavor
  • 3275048 feat: add rocm-finance & rocm-simulaiton flavors
  • 4fa668a Merge pull request #1454 from ROCm/hip_dev_update
  • 01a44ea fix: HIP develop branch update
  • ebb6b67 bump: version 1.28.0 → 1.29.0
  • d78f9bc Merge pull request #1452 from ROCm/alexxu12/amdgpu-flavor
  • a5ad21f fix: rename variable to match flavor name to latest_version.txt key name
  • 42126ec fix: reorder if logic
  • 83088f4 feat: add amdgpu flavor
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.28.0 to 1.30.0.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](ROCm/rocm-docs-core@v1.28.0...v1.30.0)

---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added ci:docs-only Docs only changes dependencies Pull requests that update a dependency file documentation labels Nov 20, 2025
@dependabot dependabot Bot requested review from a team as code owners November 20, 2025 16:41
@dependabot dependabot Bot added documentation ci:docs-only Docs only changes dependencies Pull requests that update a dependency file labels Nov 20, 2025
@assistant-librarian assistant-librarian Bot added the external contribution Code contribution from users community.. label Nov 20, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 27, 2025

Superseded by #2966.

@dependabot dependabot Bot closed this Nov 27, 2025
@dependabot dependabot Bot deleted the dependabot/pip/projects/rocrand/docs/sphinx/rocm-docs-core-api_reference--1.30.0 branch November 27, 2025 16:29
tfalders pushed a commit to tfalders/rocm-libraries that referenced this pull request Jan 21, 2026
* multi_abd wmma support:

 - Add multiple A and B support to multiple D implementation (gridwise level)
 - Add multi_abd GEMM (device level)
 - Add instances (xdl parity)
 - Add tests (both xdl and wmma)
 - Add examples
 - Add ckProfiler support (both xdl and wmma)

* Fix bug in device print function

* Fix unused template parameter

* Fix batched gemm for multiABD gridwise implementation

* Fix gemm_universal_reduce with multiABDs gridwise implementation

---------

Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
ammallya pushed a commit that referenced this pull request Feb 3, 2026
* multi_abd wmma support:

 - Add multiple A and B support to multiple D implementation (gridwise level)
 - Add multi_abd GEMM (device level)
 - Add instances (xdl parity)
 - Add tests (both xdl and wmma)
 - Add examples
 - Add ckProfiler support (both xdl and wmma)

* Fix bug in device print function

* Fix unused template parameter

* Fix batched gemm for multiABD gridwise implementation

* Fix gemm_universal_reduce with multiABDs gridwise implementation

---------

Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>

[ROCm/composable_kernel commit: 3d29bff]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:docs-only Docs only changes dependencies Pull requests that update a dependency file documentation external contribution Code contribution from users community.. project: rocrand

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant