squash! ggml : move rope type enum to ggml.h

Add GGML_ROPE_TYPE_NEOX to rope_common.comp.
This commit is contained in:
Daniel Bevenius 2024-08-11 10:11:16 +02:00
parent ecd1c1e6b8
commit cfb9864182
Failed to extract signature

View file

@ -1,5 +1,7 @@
#include "common.comp"
#define GGML_ROPE_TYPE_NEOX 2
// TODO: use a local size of 32 or more (Metal uses 1024)
layout(local_size_x = 1) in;