6 lines
110 B
C++
6 lines
110 B
C++
#pragma once
|
|
|
|
#include "common.hpp"
|
|
|
|
void ggml_sycl_diag(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
|