llama-cpp-sys-4 0.2.61

Low Level Bindings to llama.cpp
Documentation
1
2
3
4
5
6
7
8
#pragma once

#include "common.hpp"

#define SYCL_SOLVE_TRI_MAX_N 64
#define SYCL_SOLVE_TRI_MAX_K 64

void ggml_sycl_solve_tri(ggml_backend_sycl_context & ctx, ggml_tensor * dst);