1// 2// MIT license 3// Copyright (C) 2024 Intel Corporation 4// SPDX-License-Identifier: MIT 5// 6 7 8#include "ggml-sycl.h" 9 10int main() { 11 ggml_backend_sycl_print_sycl_devices(); 12 return 0; 13}