-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Vulkan doesn't work with nvidia driver 527.56 with hybrid graphics on Windows #6989
Comments
Can you run this and post the output here?
|
still, no window or warning |
Can you try to upgrade Taichi to 1.3.0? |
same result
|
Can you try whether you can run any Taichi code with the Vulkan backend? It seems like Vulkan is not initializing correctly. What is your GPU? I think I'm on the same driver but I don't see this issue |
my computer uses nvidia rtx3050 laptop, it also has a amd radeon graphics (Integrated graphics comes with amd ryzen 7 5800u) PS C:\Users\liuyu\anaconda3\Lib\site-packages\taichi\examples\ggui_examples> $Env:TI_LOG_LEVEL="trace" ; python .\stable_fluid_ggui.py |
I tried to run the ggui example on another desktop with only nvidia rtx3060ti(running 527.56 driver), no other integreted gpu, and it runs properly. So I guess this problem might relate to the amd integreted gpu? |
Ah yes... I've seen something like this, but only on Linux. I'm not sure what's causing this on Windows. We will try to take a look |
Describe the bug
Program runs on windows 11 pc with nvidia gpu driver 527.56 stops at "window = ti.ui.Window"line with no warning in the log. But can be solved by downgrading gpu driver to 517.48
To Reproduce
Any program in the ggui examples can't work properly, produce no ggui window nor any warning in the log
Log/Screenshots
PS C:\Users\liuyu\anaconda3\Lib\site-packages\taichi\examples\ggui_examples> python .\fem128_ggui.py
[Taichi] version 1.3.0, llvm 15.0.1, commit 0f25b95, win, python 3.9.13
PS C:\Users\liuyu\anaconda3\Lib\site-packages\taichi\examples\ggui_examples> python .\fractal3d_ggui.py
[Taichi] version 1.3.0, llvm 15.0.1, commit 0f25b95, win, python 3.9.13
PS C:\Users\liuyu\anaconda3\Lib\site-packages\taichi\examples\ggui_examples> python .\stable_fluid_ggui.py
[Taichi] version 1.3.0, llvm 15.0.1, commit 0f25b95, win, python 3.9.13
The text was updated successfully, but these errors were encountered: