-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0412407
commit 4c021af
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
# Dependencies | ||
|
||
# LLVM / WASM | ||
## LLVM / WASM | ||
|
||
These are our build wrappers for LLVM and WASM code. | ||
These are Halide's wrappers for the LLVM and WASM CMake builds/packages. | ||
|
||
# SPIR-V | ||
## SPIR-V | ||
|
||
This folder contains a copy of the officially released v1.6 ANSI-C header | ||
file for [SPIR-V], obtained from the `sdk-1.3.231` branch | ||
of https://github.com/KhronosGroup/SPIRV-Headers. | ||
|
||
The directory structure within this folder matches that of the official | ||
version's install tree, plus the upstream LICENSE notice. | ||
version's install tree, plus the upstream `LICENSE` notice, minus files | ||
that Halide doesn't need. | ||
|
||
The `update-spirv.sh` script will automatically acquire the upstream repo, | ||
build it, and extract the necessary headers and CMake configuration files. | ||
It takes a single argument, the name of the branch to clone. | ||
build it, and extract the necessary files. It takes a single argument, the | ||
name of the branch to clone. | ||
|
||
[SPIR-V]: https://www.khronos.org/registry/spir-v/ | ||
[SPIR-V]: https://www.khronos.org/registry/spir-v |