Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump IREE to candidate-20240828.999. #11

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
python-version: "3.11"
- name: Install IREE compiler
run: |
python -m pip install iree-compiler==20240724.964
python -m pip install iree-compiler==20240828.999
- name: Checkout repository
uses: actions/[email protected]
- name: Initialize submodules
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ the IREE project and/or pass the configuration to the CMake configure command.
The sample currently compiles in the synchronous CPU HAL driver (`local-sync`).

```sh
$ cmake -B build/ -GNinja .
$ cmake -B build/ -G Ninja .
$ cmake --build build/ --target hello_world
```

Expand All @@ -67,7 +67,7 @@ can be accomplished with the `--iree-llvm-target-triple=` flag specifying the
CPU architecture.

```sh
$ python -m pip install iree-compiler==20240410.859 --upgrade --user
$ python -m pip install iree-compiler==20240828.999 --upgrade --user
$ iree-compile \
--iree-hal-target-backends=llvm-cpu \
--iree-llvmcpu-target-triple=x86_64 \
Expand Down
2 changes: 1 addition & 1 deletion third_party/iree
Submodule iree updated 1750 files