Skip to content

b6615

Choose a tag to compare

@github-actions github-actions released this 28 Sep 08:44
d8359f5
vulkan: 64-bit im2col (#16135)

* vulkan: 64-bit im2col

Add variants of the im2col shaders that use buffer_device_address/buffer_reference,
and use 64-bit address calculations. This is needed for large convolutions used in
stable-diffusion.cpp.

* fix validation error for large im2col