Spaces:
Running on Zero
Running on Zero
File size: 201 Bytes
7b49da7 | 1 2 3 4 5 6 7 8 9 10 | #!/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
|