Quillan-Ronin / llama.cpp /examples /sycl /ls-sycl-device.cpp
CrashOverrideX's picture
Add files using upload-large-folder tool
31dd200 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;
}