mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-29 08:41:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			217 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			217 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //
 | |
| //  MIT license
 | |
| //  Copyright (C) 2024 Intel Corporation
 | |
| //  SPDX-License-Identifier: MIT
 | |
| //
 | |
| 
 | |
| 
 | |
| #include "ggml-sycl.h"
 | |
| 
 | |
| int main(int argc, char ** argv) {
 | |
|     ggml_backend_sycl_print_sycl_devices();
 | |
|     return 0;
 | |
| }
 | 
