fix grammar issue

Co-authored-by: AidanBeltonS <87009434+AidanBeltonS@users.noreply.github.com>
This commit is contained in:
Neo Zhang Jianyu 2024-03-14 09:56:48 +08:00 committed by GitHub
parent 573a5dc205
commit a469431cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3474,7 +3474,7 @@ class sycl_gpu_mgr {
std::string gpus_list = ""; std::string gpus_list = "";
/* /*
Use all GPU with same top max compute units Use all GPUs with same top max compute units
*/ */
sycl_gpu_mgr() { sycl_gpu_mgr() {
detect_sycl_gpu_list_with_max_cu(); detect_sycl_gpu_list_with_max_cu();