flask-llama / llama.cpp /examples /sycl /ls-sycl-device.cpp
YZ-TAN's picture
Upload 2821 files
5a29263 verified
raw
history blame
208 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;
}