 Akarshan BiswasandGitHub
|
8bbf26083d
|
SYCL: switch to SYCL namespace (#12674)
|
2025-04-01 10:11:39 +02:00 |
|
 Akarshan BiswasandGitHub
|
6c02a032fa
|
SYCL: Remove misleading ggml_sycl_op_flatten function (#12387)
* SYCL: Remove misleading ggml_sycl_op_flatten function
* remove trailing whitespace
* Fix L2 norm from rebase
* remove try catch block from element_wise.cpp
* remove comment from common.hp
* ggml-sycl.cpp: Add try catch sycl::exception block in compute_forward
* norm.cpp: remove try catch exception block
|
2025-03-31 11:25:24 +02:00 |
|
 Akarshan BiswasandGitHub
|
f17a3bb4e8
|
SYCL: implement memset ggml backend buffer interface (#12580)
* SYCL: implement memset ggml backend buffer interface
* use GGML_ABORT macro
* Do not wait for all queues to finish for memset operation
|
2025-03-27 09:46:00 +08:00 |
|
 Akarshan BiswasandGitHub
|
e2f560175a
|
SYCL: disable Q4_0 reorder optimization (#12560)
ggml-ci
|
2025-03-25 18:40:18 +08:00 |
|
 Akarshan BiswasandGitHub
|
c95fa362b3
|
ci: [SYCL] ggml-ci Use main GPU and enable sysman (#12547)
|
2025-03-24 19:35:38 +02:00 |
|
 Akarshan BiswasandGitHub
|
48d7021c61
|
CI: fix SYCL build (#12546)
|
2025-03-24 14:58:32 +02:00 |
|
 Akarshan BiswasandGitHub
|
b3c9a65673
|
SYCL: set extras only on GGML_TYPE_Q4_0 (#12366)
* SYCL: set extras only on GGML_TYPE_Q4_0
* release tensor_extras in reset buffer interface
|
2025-03-17 09:45:12 +08:00 |
|
 Akarshan BiswasandGitHub
|
5e43f104cc
|
SYCL: Disable f16 Unary OPs as not supported by the kernels (#12201)
|
2025-03-05 16:58:23 +01:00 |
|
 Akarshan BiswasandGitHub
|
ece9745bb8
|
SYCL: Move CPY kernels to a separate file and add few missing kernels (#12133)
* SYCL: refactor and move cpy kernels to a separate file
* Add few missing cpy kernels
* refactor and add debug logs
|
2025-03-03 11:07:22 +01:00 |
|