Repositories
ยป
llmnpc
: Testing how LLM's fair as NPC's
Commits
Files
Markers
Readme
Download
-- Select Branch --
master
Path:
llmnpc
/
llama.cpp
/
ggml
/
src
/
ggml-vulkan
/
vulkan-shaders
/
feature-tests
/ integer_dot.comp (
raw
)
1
#version 460
2
3
#extension GL_EXT_integer_dot_product : require
4
5
void main()
6
{
7
}