mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-27 23:50:20 -05:00
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
|
|
|