You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a laptop with "Intel UHD Graphics 630" and "NVIDIA GeForce GTX 1070" GPUs
1.0.0 would default to using the Intel device for Vulkan [which wasn't good from a performance perspective] while 1.0.1 seems to now select the NVIDIA device. That's good, but the NVIDIA version now blows up when attempting to allocate a field.
Log/Screenshots
On this laptop, the NVIDIA device is device 0; uncommenting the "TI_VISIBLE_DEVICE" environment settings, the Intel device is used and works.
Describe the bug
I have a laptop with "Intel UHD Graphics 630" and "NVIDIA GeForce GTX 1070" GPUs
1.0.0 would default to using the Intel device for Vulkan [which wasn't good from a performance perspective] while 1.0.1 seems to now select the NVIDIA device. That's good, but the NVIDIA version now blows up when attempting to allocate a field.
To Reproduce
Log/Screenshots
On this laptop, the NVIDIA device is device 0; uncommenting the "TI_VISIBLE_DEVICE" environment settings, the Intel device is used and works.
Here we force the Intel device and it works:
...and here we let the default NVIDIA device get used, and we fail:
The text was updated successfully, but these errors were encountered: