1
0

ls-sycl-device.cpp 195 B

12345678910111213
  1. //
  2. // MIT license
  3. // Copyright (C) 2024 Intel Corporation
  4. // SPDX-License-Identifier: MIT
  5. //
  6. #include "ggml-sycl.h"
  7. int main() {
  8. ggml_backend_sycl_print_sycl_devices();
  9. return 0;
  10. }