basili-michel

Results 4 comments of basili-michel

Truly happy to help. You have done an extraordinary job :). I found another trigger that generates the same validation error in Vulkan. The cause is the value of actual_alignment...

> @immortalsalomon I created a new pull request https://github.com/halide/Halide/pull/8087 which should resolve these issues. Please give this a try! I tried the fixes and they work for the NVidia graphics...

> Hmm, strange! I'll try and set thing up on my laptop with an integrated Intel GPU and see if I can diagnose what's going on. Which graphics card are...

I can share a simplified version of what generated the problem. ``` Halide::Buffer input = load_image("images/rgb.png"); // Upper bound = min + extent - 1 RDom r(-1, 3, -1, 3);...