Open chick opened 10 years ago
Can you produce the relevant code snippet that generates this error?
I can, it may specific to this particular stencil though, I wasn't trying to fault the error but more to support some sort of up_front_checking of arguments (although that might be an unacceptable performance hit since it would sit in front of the specialized kernel call
It is easy to get confused about the parameters to use when calling an instance of a stencil. The kernel method's signature most likely does not match the actual call signature. This often because the kernel includes the output as an argument and call does not. There can be other reasons, but regardless of cause the error messages are difficult to understand