hermes3-llama-cpp / llama.cpp /examples /sycl /ls-sycl-device.cpp
KBaba7's picture
Upload 2637 files
2a8cee5 verified
//
// 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;
}