-
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
Crash in OpenGL with from_numpy #6922
Comments
Hi @whorfin , sorry for the late reply. I didn't reproduce the issue on my own machine. Could you please provide more information about your hardware? Thanks. |
my hosts which have nvidia GPUs have not shown this particular behavior fwiw if you change the "4096, 4096" allocation to 8K you might see if you repro? |
I tried with |
I was not able to repro on nvidia |
Describe the bug
from_numpy
throws anGL_INVALID_OPERATION
error and core dumps with OpenGL backend for fields of certain sizes. Fields of same size work fine with Vulkan. This is on KBL GT2 i915To Reproduce
Log/Screenshots
Using the smaller allocation or Vulkan backend, as indicated in comments, everything works fine.
As submitted above it crashes:
Additional comments
I don't know what's going on here, seems to be a bind failure, is it possible the initial allocation failed but was not checked?
An error message closer to the actual error would be excellent if possible, ie if it is the initial field allocation?
FWIW:
The text was updated successfully, but these errors were encountered: