You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To the declare_constant() method is passed the address of the std::vector object instead of the address of the first element contained by the std::vector. The possible solution I found in line with the code already present is the following (already tested):
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:
Halide/src/CodeGen_Vulkan_Dev.cpp
Line 593 in e2448fe
Halide/src/CodeGen_Vulkan_Dev.cpp
Line 594 in e2448fe
To the declare_constant() method is passed the address of the std::vector object instead of the address of the first element contained by the std::vector. The possible solution I found in line with the code already present is the following (already tested):
Have a nice day :)
The text was updated successfully, but these errors were encountered: