halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.77k stars 1.07k forks source link

Stop region costs from complaining about new intrinsics #8262

Closed abadams closed 3 weeks ago

abadams commented 1 month ago

Now by default it will treat them as cost one, unless you tell it otherwise.

steven-johnson commented 3 weeks ago

Hey @derek-gerstmann -- we are (still) getting Vulkan failures in pending PRs like this one, even though it's up to date with the main branch. Are there still missing fixes?

steven-johnson commented 3 weeks ago

errors are apparently-unrelated Vulkan stuff, ready to land

derek-gerstmann commented 3 weeks ago

@steven-johnson Yes, @alexreinking directed my attention that the apps appear to be failing for the Vulkan tests. I've been investigating this morning, but haven't been able to reproduce the segfault on my Linux machine. I'll keep digging.