mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-26 14:20:21 +00:00
6f1034b32a
* fix conflict * fix format issue, rename * rm debug code * correct the file name
10 lines
201 B
Bash
Executable File
10 lines
201 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# MIT license
|
|
# Copyright (C) 2026 Intel Corporation
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
./build/bin/test-backend-ops support --output csv > docs/ops/SYCL.csv
|
|
./scripts/create_ops_docs.py
|
|
|