mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +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;
 | 
						|
}
 |