Hi Team! This code SIGSEGV's on my Mac:
from halide import RDom
RDom()
I'm using a local build of halide on main (freshly built a few minutes a go) with Python 3.11.13
The behavior I was expecting was either:
- A
TypeError exception being raised giving a list of supported constructors. Try RDom(0) for an example.
- the invocation of the default constructor as documented here.
To be clear I don't have a use case for the default constructor and would be content with the TypeError. I stumbled into this accidentally.
Thanks!