privatellm / examples /sycl /ls-sycl-device.cpp
lhhj
first
57e3690
raw
history blame contribute delete
195 Bytes
//
// MIT license
// Copyright (C) 2024 Intel Corporation
// SPDX-License-Identifier: MIT
//
#include "ggml-sycl.h"
int main() {
ggml_backend_sycl_print_sycl_devices();
return 0;
}