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
9 lines
204 B
Batchfile
9 lines
204 B
Batchfile
@echo off
|
|
|
|
rem MIT license
|
|
rem Copyright (C) 2026 Intel Corporation
|
|
rem SPDX-License-Identifier: MIT
|
|
|
|
build\bin\test-backend-ops support --output csv > docs\ops\SYCL.csv
|
|
python scripts\create_ops_docs.py
|