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 251e602 commit 5e904ed
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 @@ -3451,7 +3451,7 @@ class sycl_gpu_mgr {
dpct::device_info prop;
dpct::get_device_info(prop, device);
if (max_compute_units == prop.get_max_compute_units() &&
can_support_multi_gpu(device)) {
is_ext_oneapi_device(device)) {
gpus.push_back(id);
devices.push_back(device);
work_group_size = prop.get_max_work_group_size();
Expand Down

0 comments on commit 5e904ed

Please sign in to comment.