whisper.cpp / ggml /src /vulkan-shaders /generic_head.comp
ggerganov's picture
whisper : reorganize source code + improve CMake (#2256)
f75c2e3 unverified
raw
history blame
160 Bytes
#extension GL_EXT_shader_16bit_storage : require
layout (push_constant) uniform parameter
{
uint KX;
uint KY;
float param1;
float param2;
} p;