Skip to content

Commit

Permalink
Update ggml-sycl.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Neo Zhang Jianyu <[email protected]>
  • Loading branch information
abhilash1910 and NeoZhangJianyu authored Mar 15, 2024
1 parent 5e904ed commit 3a801e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-sycl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@ class sycl_gpu_mgr {
return -1;
}

bool can_support_multi_gpu(const sycl::device &dev) {
bool is_ext_oneapi_device(const sycl::device &dev) {
sycl::backend dev_backend = dev.get_backend();
if (dev_backend == sycl::backend::ext_oneapi_level_zero ||
dev_backend == sycl::backend::ext_oneapi_cuda ||
Expand Down

0 comments on commit 3a801e2

Please sign in to comment.