-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
dual 7900 xtx only single vulkan device found #6166
Comments
Further checking:
So it seems that |
Disconnecting monitor completely did not help. |
Set the environment variable |
@Engininja2 thanks, that's a bit of progress, and now at the start llama.ccp reports it sees two devices. But from rocm-smi I see it still tries to load on just one (and also due it running out of mem on larger models), I tried |
Ah seems I had |
I have desktop system 5950x, with dual 7900 xtx, and I get this:
So it seems it does not consider other card as vulkan device. Any reason why that might be? Possibly that is because this is non workstations class CPU+MB and thus some PCIe lanes go through chipset instead of going directly to CPU? I hope it's not limiting factor and can be solved :). Since so far I was unable to get both cards working at the same time, hip blas keeps producing garbage on dual, and I was unable to make openCL work ether. Had really high hopes for vulkan, alas. Anyone has any idea if there is something I could do to make both cards visible as vulkan device?
The text was updated successfully, but these errors were encountered: