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