TdAI / llama.cpp /ggml /src /ggml-sycl /conv3d.hpp
tda45's picture
Upload folder using huggingface_hub (part 5)
c9c3262 verified
Raw
History Blame Contribute Delete
193 Bytes
#ifndef GGML_SYCL_CONV3D_HPP
#define GGML_SYCL_CONV3D_HPP
#include "common.hpp"
void ggml_sycl_op_conv_3d(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
#endif // GGML_SYCL_CONV3D_HPP