Rovin / whisper.cpp /examples /sycl /ls-sycl-device.cpp
Dyen's picture
Fix binaries and nested git
bfdf803
/*MIT license
Copyright (C) 2024 Intel Corporation
SPDX-License-Identifier: MIT
*/
#include "ggml-sycl.h"
int main(int argc, char ** argv) {
ggml_backend_sycl_print_sycl_devices();
return 0;
}