mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-08-27 15:41:19 +02:00
37a215c9e9
* fix conflict * fix conflict of ops.md * fix conflict of ops.md * update the ops.md --------- Co-authored-by: Neo Zhang Jianyu <jianyu.zhang@intel.com>
10 lines
210 B
Bash
Executable File
10 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# MIT license
|
|
# Copyright (C) 2026 Intel Corporation
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
./build/bin/test-backend-ops -b SYCL0 support --output csv > docs/ops/SYCL.csv
|
|
./scripts/create_ops_docs.py
|
|
|