-
Notifications
You must be signed in to change notification settings - Fork 94
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
Infinite recursion in matrix vector product with DiffArray #97
Comments
Hi @eliemichel , Could you try this code with |
Hi Sebastien, |
We are currently working on a major patch for enoki that will affect most of the codebase. Unfortunately I won't have the time to look into this at the moment as what you are trying to do isn't "officially" supported by the current version of the library. You will need to dig a bit further yourself and I will be happy to help if you can provide some more insight on this bug. |
I understand, no worry, I worked it around by replacing the matrix vector product by a series of dot products for now. |
The following snippet leads a stack overflow because of an infinite recursion:
Here is a the beginning of the call stack:
Built with MSVC16, without CUDA, commit e240a4b
The text was updated successfully, but these errors were encountered: