antonysigma

Results 15 comments of antonysigma

Hi, I wonder how we resolve the include path issue? From the tutoral, it is the user's responsibility to track down the (absolute) search path to `doctest.h`. How can we...

Thank you @Hecmay for the prompt reply! For sure, I look forward to the data movement customization by the loop axis. It is also very helpful to see an example...

Hi @jingpu and @Kuree . I have a minimal working AOT example using `Generator` interface. I wonder if you still accept pull requests?

Wow! I thought no one would care to encode JPEG directly from YUV444 or YUV420 buffer. I do have a similar patch to support YUV420 buffer input with custom padding/stride...

The gEDA follows the [UNIX software design philosophy](https://en.wikipedia.org/wiki/Unix_philosophy), that is: 1. Build one app to do one and only one job; 2. Optimize the app to do it well; 3....

Hi I noticed the PR #6856 has been merged around 4 days ago. What is the release schedule? `v16.0` ? Asking because I am compiling the Halide binary from source,...

> I am wondering if there is a race condition between git fetch command and git rev-parse command? How do I get the Git poller setup properly? Sharing a mitigation...

![232558221-25826389-9ccc-4663-881b-1ed649d2367c](https://github.com/halide/Halide/assets/12185630/c293c0a0-8536-4f0d-b78f-e9539e957984) Uploading the screenshots to illustrate the stmt output, and why they are too low level since Halide 14.0 (?)

> For that to happen we'd have to emit the .stmt file before the offload gpu pass, e.g. in Lower.cpp around line 441. I guess we'd have to stash that...

Attaching a side-by-side comparison. This is to illustrate the difference among: Halide IR, PTX IR, and assembly outputs. ![image](https://github.com/halide/Halide/assets/12185630/df51c73f-7337-477e-b9fa-546c31b8daa2)