mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	Fix conditional enabling following arch checks for ggml-sycl (#14504)
Signed-off-by: nscipione <nicolo.scipione@codeplay.com>
This commit is contained in:
		| @@ -83,7 +83,7 @@ static ggml_sycl_device_info ggml_sycl_init() { | ||||
|  | ||||
|         info.devices[i].cc = | ||||
|             100 * prop.get_major_version() + 10 * prop.get_minor_version(); | ||||
|         info.devices[i].opt_feature.reorder = !device.ext_oneapi_architecture_is(syclex::arch_category::intel_gpu); | ||||
|         info.devices[i].opt_feature.reorder = device.ext_oneapi_architecture_is(syclex::arch_category::intel_gpu); | ||||
|         info.max_work_group_sizes[i] = prop.get_max_work_group_size(); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicolò Scipione
					Nicolò Scipione