basili-michel

Results 2 issues of basili-michel

Hi all, I think I have found a bug in the region_allocator used by Vulkan. In short, the bug is created by a call to the [can_split(const BlockRegion *block_region, size_t...

bug

Hi all, I think I found a bug in the Vulkan backend regarding casting from booleans to other types. The affected file is CodeGen_Vulkan_Dev (https://github.com/halide/Halide/blob/main/src/CodeGen_Vulkan_Dev.cpp) at lines: https://github.com/halide/Halide/blob/e2448fe535db057b18f7ca16d1c878cd045902e9/src/CodeGen_Vulkan_Dev.cpp#L593 https://github.com/halide/Halide/blob/e2448fe535db057b18f7ca16d1c878cd045902e9/src/CodeGen_Vulkan_Dev.cpp#L594 To...

bug