]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] remove global variables (#7710)
authorMeng, Hengyu <redacted>
Sat, 15 Jun 2024 06:05:10 +0000 (14:05 +0800)
committerGitHub <redacted>
Sat, 15 Jun 2024 06:05:10 +0000 (14:05 +0800)
commit7b2f4a7d193ef2475259bbe7656fcccfab4b1217
treebc47d7cc1d1d3b2677de25b3666342fb65c5ccba
parentf8ec8877b75774fc6c47559d529dac423877bcad
[SYCL] remove global variables (#7710)

* separate DPCT helpers outside

* replace global variables with context

* remove useless extra

* update mul_mat condition

* remove duplicate buft initialization

* remove duplicate extra and global work group size

* remove useless backend check

* remove duplicated extras

* use macro for group_size and remove cuda-related
CMakeLists.txt
ggml-sycl.cpp
ggml-sycl.h
ggml-sycl/backend.hpp [new file with mode: 0644]
ggml-sycl/common.cpp [new file with mode: 0644]
ggml-sycl/common.hpp [new file with mode: 0644]
ggml-sycl/dpct/helper.hpp [new file with mode: 0644]
ggml-sycl/presets.hpp [new file with mode: 0644]
llama.cpp