8000 cleanup and prepare for release · awakecoding/llvm-prebuilt@3baf2a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3baf2a6

Browse files
Marc-André Moreauawakecoding
Marc-André Moreau
authored andcommitted
cleanup and prepare for release
1 parent 80aa88e commit 3baf2a6

6 files changed

+5
-148
lines changed

.github/workflows/halide-prebuilt.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Preflight
6565
shell: pwsh
6666
run: |
67-
$LlvmVersion = if ('${{matrix.version}}' -eq "14.0.0") { "14.0.6" } else { "16.0.6" }
67+
$LlvmVersion = "16.0.6"
6868
$LlvmRunId = '${{ github.event.inputs.run_id }}'
6969
if ($LlvmRunId -eq 'latest') {
7070
$LlvmRunId = $(gh run list -w 'LLVM prebuilt' --json 'status,databaseId,conclusion') |
@@ -163,16 +163,9 @@ jobs:
163163
- name: Patch Halide
164164
shell: pwsh
165165
run: |
166-
if ('${{matrix.version}}' -eq '14.0.0') {
167-
git -C halide apply ../llvm-prebuilt/patches/halide-14-add-halide-host-tools-dir-cmake-option.patch
168-
git -C halide apply ../llvm-prebuilt/patches/halide-14-disable-autoschedulers.patch
169-
git -C halide apply ../llvm-prebuilt/patches/halide-14-disable-imported-clang-llvm-executables.patch
170-
git -C halide apply ../llvm-prebuilt/patches/halide-14-add-clang-no-unknown-warning-option.patch
171-
} else {
172-
git -C halide apply ../llvm-prebuilt/patches/halide-16-add-halide-host-tools-dir-cmake-option.patch
173-
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-autoschedulers.patch
174-
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-clang-verbose-build-warnings.patch
175-
}
166+
git -C halide apply ../llvm-prebuilt/patches/halide-16-add-halide-host-tools-dir-cmake-option.patch
167+
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-autoschedulers.patch
168+
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-clang-verbose-build-warnings.patch
176169
177170
- name: Build Halide host tools
178171
shell: pwsh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ aarch64 | :white_large_square: | :white_large_square: | :white_lar
2121
Arch | Windows | macOS | Ubuntu 20.04 | Ubuntu 22.04
2222
----------------------|--------------------|--------------------|--------------------|--------------------
2323
x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
24-
aarch64 | :white_large_square: | :white_large_square: | :white_large_square: | :white_large_square:
24+
aarch64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
2525

2626
## Rust
2727

patches/halide-14-add-clang-no-unknown-warning-option.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

patches/halide-14-add-halide-host-tools-dir-cmake-option.patch

Lines changed: 0 additions & 51 deletions
This file was deleted.

patches/halide-14-disable-autoschedulers.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

patches/halide-14-disable-imported-clang-llvm-executables.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0