Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add page about HIP error codes #3753

Open
wants to merge 1 commit into
base: docs/develop
Choose a base branch
from
Open

Conversation

adeljo-amd
Copy link

Add a page that catalogues all HIP error codes

@adeljo-amd adeljo-amd added ci:docs-only Only run Read the Docs CI on this PR documentation labels Feb 25, 2025
@adeljo-amd adeljo-amd requested a review from neon60 February 25, 2025 16:04
@adeljo-amd adeljo-amd self-assigned this Feb 25, 2025
Limit is not supported on this architecture. This error occurs when attempting to query or
set a device limit that is not supported by the current hardware. Common scenarios include:

* Using ``hipDeviceSetLimit()`` with a limit type not supported by the hardware
Copy link
Contributor

@neon60 neon60 Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Using ``hipDeviceSetLimit()`` with a limit type not supported by the hardware
* Using :cpp:func:`hipDeviceSetLimit` with a limit type not supported by the hardware

@neon60
Copy link
Contributor

neon60 commented Mar 4, 2025

Please check all the metnioned functions and use cpp:func, where you can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:docs-only Only run Read the Docs CI on this PR documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants