diff options
author | Neo Zhang Jianyu <jianyu.zhang@intel.com> | 2024-03-07 19:14:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 12:14:49 +0100 |
commit | 89fb735fcfd21781a8194b211cf32824beb3f71f (patch) | |
tree | e4416932784a8cf569578e18b64db2f2071406f0 /ggml-sycl.h | |
parent | 55a2a900ff4a02fc33708ac7858d595d289a3f2a (diff) |
Revert "[SYCL] fix error when set main gpu to non-zero (#5901)" (#5918)
This reverts commit ceca1aef0738b57951cd12c603c3477e75312dec.
Diffstat (limited to 'ggml-sycl.h')
-rw-r--r-- | ggml-sycl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ggml-sycl.h b/ggml-sycl.h index 7e8d815d..bf5b11b3 100644 --- a/ggml-sycl.h +++ b/ggml-sycl.h @@ -28,7 +28,6 @@ GGML_API GGML_CALL int ggml_backend_sycl_get_device_count(); GGML_API GGML_CALL ggml_backend_buffer_type_t ggml_backend_sycl_split_buffer_type(const float * tensor_split); GGML_API GGML_CALL void ggml_backend_sycl_get_device_memory(int device, size_t *free, size_t *total); GGML_API GGML_CALL int ggml_backend_sycl_get_device_index(int device_id); -GGML_API GGML_CALL void ggml_backend_sycl_set_single_device(int main_gpu); #ifdef __cplusplus } |