Spaces:
Runtime error
Runtime error
// | |
// MIT license | |
// Copyright (C) 2024 Intel Corporation | |
// SPDX-License-Identifier: MIT | |
// | |
int main() { | |
ggml_backend_sycl_print_sycl_devices(); | |
return 0; | |
} | |