summaryrefslogtreecommitdiff
path: root/examples/sycl/ls-sycl-device.cpp
blob: 52442e4ca80fa4000d8506cfa0e5605350ecfaf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  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;
}