aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-cuda/tri.cuh
blob: a4cc66750d3b52fdaa5d0f1b148f167e78cbd93a (plain)
1
2
3
4
5
#include "common.cuh"

#define CUDA_TRI_BLOCK_SIZE 256

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