We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The help info for hip.hipExtStreamCreateWithCUMask does not match https://rocm.docs.amd.com/projects/HIP/en/docs-6.0.0/doxygen/html/group___stream.html#gad61df06555ebdfa30784b3233ca5e13f This is supposed to have 3 inputs while help only shows 1.
Ubuntu 22.04
Xeon Platinum 8480C
MI300X
ROCm 6.2.0
No response
pip install -i https://test.pypi.org/simple/ hip-python python3 # this will open an interactive Python session; below is what you can type in there:
from hip import hip help(hip.) # use TAB to autocomplete
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
The help info for hip.hipExtStreamCreateWithCUMask does not match https://rocm.docs.amd.com/projects/HIP/en/docs-6.0.0/doxygen/html/group___stream.html#gad61df06555ebdfa30784b3233ca5e13f
This is supposed to have 3 inputs while help only shows 1.
Operating System
Ubuntu 22.04
CPU
Xeon Platinum 8480C
GPU
MI300X
ROCm Version
ROCm 6.2.0
ROCm Component
No response
Steps to Reproduce
pip install -i https://test.pypi.org/simple/ hip-python
python3 # this will open an interactive Python session; below is what you can type in there:
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: