Steven Johnson

Results 456 comments of Steven Johnson

> What's the proper way to report the error back to the caller? > > * return an error code and leave it up to the caller? > * call...

> Should the PyHalideBuffer destructor be calling device_free? If we do that, don't we risk freeing a device allocation that might be in use by a shared buffer allocation (e.g....

OK, yeah, I think an explicit call to `halide_device_free()` is likely needed in the dtor to `PyHalideBuffer`, let me do some testing first

I think https://github.com/halide/Halide/pull/8439 is what we need, please give it a try

> Oh dear... I don't even know what WebGPU is... @steven-johnson Is this supposed to be an actual platform that is fast, and where performance metrics make sense? I can...

> @steven-johnson The build just broke on something LLVM related it seems... There seems to be no related commit to Halide. Does LLVM constantly update with every build? We rebuild...

Ping to @abadams or @zvookin for review

Looks like this is ready for final review... ?