whisper.cpp / examples /sycl /ls-sycl-device.cpp
Abhilash Majumder
whisper : add SYCL support (#1863)
9a168fc unverified
raw
history blame
216 Bytes
/*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;
}