Sync from upstream llama.cpp repository
This commit is contained in:
13
examples/sycl/ls-sycl-device.cpp
Normal file
13
examples/sycl/ls-sycl-device.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user