-
Notifications
You must be signed in to change notification settings - Fork 7k
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
HIP error: invalid device function #6656
Comments
The wheels in the git repo are busted. Fixed by: building making a venv in ComfyUI: copying torchvision, torchaudio,torch, torchsde, and torchgen from Followed by |
With an RX7600 I tried your fix Installed the following versions via.
which build the package specifically for my gpu gfx1100:
which resulted in the following versions: python-torchvision-rocm 0.20.1-1 Purged pip cache: Copied the site packages:
Installed the requirements:
which still downloads torch: starting comfyUI
I also tried to create a venv with --system-site-packages, which resulted in pip not downloading torch but still same error. any other ideas? |
Expected Behavior
Render something
Actual Behavior
Fails to queue anything including default workflow.
Steps to Reproduce
Step 1. Load default workflow
Step 2. Queue
Step 3. Failure
Debug Logs
7800 XT, tried using both stable and unstable versions of ROCm (6.2 & 6.3)
Very confusing because this error is related to unsupported GPU features, but my GPU is RDNA3 which as far as I know is fully supported by current ROCm.
Here is the output of
rocminfo
:Other
No response
The text was updated successfully, but these errors were encountered: