summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-cuda/tsembd.cuh
blob: 84340e3d7d2cfd33e6274e348863f74c46c624a8 (plain)
1
2
3
4
5
#include "common.cuh"

#define CUDA_TIMESTEP_EMBEDDING_BLOCK_SIZE 256

void ggml_cuda_op_timestep_embedding(ggml_backend_cuda_context & ctx, ggml_tensor * dst);