File size: 195 Bytes
61b850a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
//
// 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;
}
|