[SYCL] add concat through dim 1/2 (#8483)

* add concat through dim 1/2
This commit is contained in:
Meng, Hengyu 2024-07-15 19:32:15 +08:00 committed by GitHub
parent 3dfda05956
commit 16bdfa42ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 218 additions and 66 deletions

View file

@ -13,6 +13,7 @@
#ifndef GGML_SYCL_BACKEND_HPP
#define GGML_SYCL_BACKEND_HPP
#include "concat.hpp"
#include "common.hpp"
#include "convert.hpp"
#include "dequantize.hpp"