File size: 216 Bytes
613af8d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
/*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;
}