diff options
Diffstat (limited to 'ggml-cuda/tsembd.cuh')
-rw-r--r-- | ggml-cuda/tsembd.cuh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ggml-cuda/tsembd.cuh b/ggml-cuda/tsembd.cuh deleted file mode 100644 index 84340e3d..00000000 --- a/ggml-cuda/tsembd.cuh +++ /dev/null @@ -1,5 +0,0 @@ -#include "common.cuh" - -#define CUDA_TIMESTEP_EMBEDDING_BLOCK_SIZE 256 - -void ggml_cuda_op_timestep_embedding(ggml_backend_cuda_context & ctx, ggml_tensor * dst); |