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);