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
With Float and UInt32 being cuda arrays.
But I get the following error: Unable to cast Python instance of type <class 'enoki.cuda_autodiff.Mask'> to C++ type 'bool'
It seems like pybind doesn't choose the correct overloaded method. Am I missing something?
The text was updated successfully, but these errors were encountered:
Basically, I want to do this kind of computation:
With Float and UInt32 being cuda arrays.
But I get the following error:
Unable to cast Python instance of type <class 'enoki.cuda_autodiff.Mask'> to C++ type 'bool'
It seems like pybind doesn't choose the correct overloaded method. Am I missing something?
The text was updated successfully, but these errors were encountered: