mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-28 08:31:25 +00:00 
			
		
		
		
	 715641391d
			
		
	
	715641391d
	
	
	
		
			
			* suport multiple cards: split-mode - layer|row * rm warning * rebase with master, support tow new OPs, close feature for -sm=row, fix for unit test * update news * fix merge error * update according to review comments
		
			
				
	
	
		
			14 lines
		
	
	
		
			195 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			195 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //
 | |
| //  MIT license
 | |
| //  Copyright (C) 2024 Intel Corporation
 | |
| //  SPDX-License-Identifier: MIT
 | |
| //
 | |
| 
 | |
| 
 | |
| #include "ggml-sycl.h"
 | |
| 
 | |
| int main() {
 | |
|     ggml_backend_sycl_print_sycl_devices();
 | |
|     return 0;
 | |
| }
 |