Steven10429's picture
llama.cpp
61b850a
raw
history blame contribute delete
195 Bytes
//
// 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;
}