Skip to content

Commit

Permalink
cleanup and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau authored and awakecoding committed Nov 8, 2023
1 parent 80aa88e commit 3baf2a6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 148 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/halide-prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Preflight
shell: pwsh
run: |
$LlvmVersion = if ('${{matrix.version}}' -eq "14.0.0") { "14.0.6" } else { "16.0.6" }
$LlvmVersion = "16.0.6"
$LlvmRunId = '${{ github.event.inputs.run_id }}'
if ($LlvmRunId -eq 'latest') {
$LlvmRunId = $(gh run list -w 'LLVM prebuilt' --json 'status,databaseId,conclusion') |
Expand Down Expand Up @@ -163,16 +163,9 @@ jobs:
- name: Patch Halide
shell: pwsh
run: |
if ('${{matrix.version}}' -eq '14.0.0') {
git -C halide apply ../llvm-prebuilt/patches/halide-14-add-halide-host-tools-dir-cmake-option.patch
git -C halide apply ../llvm-prebuilt/patches/halide-14-disable-autoschedulers.patch
git -C halide apply ../llvm-prebuilt/patches/halide-14-disable-imported-clang-llvm-executables.patch
git -C halide apply ../llvm-prebuilt/patches/halide-14-add-clang-no-unknown-warning-option.patch
} else {
git -C halide apply ../llvm-prebuilt/patches/halide-16-add-halide-host-tools-dir-cmake-option.patch
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-autoschedulers.patch
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-clang-verbose-build-warnings.patch
}
git -C halide apply ../llvm-prebuilt/patches/halide-16-add-halide-host-tools-dir-cmake-option.patch
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-autoschedulers.patch
git -C halide apply ../llvm-prebuilt/patches/halide-16-disable-clang-verbose-build-warnings.patch
- name: Build Halide host tools
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ aarch64 | :white_large_square: | :white_large_square: | :white_lar
Arch | Windows | macOS | Ubuntu 20.04 | Ubuntu 22.04
----------------------|--------------------|--------------------|--------------------|--------------------
x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
aarch64 | :white_large_square: | :white_large_square: | :white_large_square: | :white_large_square:
aarch64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:

## Rust

Expand Down
24 changes: 0 additions & 24 deletions patches/halide-14-add-clang-no-unknown-warning-option.patch

This file was deleted.

51 changes: 0 additions & 51 deletions patches/halide-14-add-halide-host-tools-dir-cmake-option.patch

This file was deleted.

27 changes: 0 additions & 27 deletions patches/halide-14-disable-autoschedulers.patch

This file was deleted.

34 changes: 0 additions & 34 deletions patches/halide-14-disable-imported-clang-llvm-executables.patch

This file was deleted.

0 comments on commit 3baf2a6

Please sign in to comment.