Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Darkknight535
/
kcpp-compiled-cuda-linux
like
0
Model card
Files
Files and versions
Community
main
kcpp-compiled-cuda-linux
/
ggml
/
src
/
ggml-vulkan
/
vulkan-shaders
/
generic_head.comp
Darkknight535
Upload folder using huggingface_hub
1d30d42
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
160 Bytes
#extension GL_EXT_shader_16bit_storage : require
layout
(push_constant)
uniform
parameter
{
uint
KX;
uint
KY;
float
param1;
float
param2;
} p;