Skip to content

Commit

Permalink
Bump IREE to candidate-20240828.999. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd authored Sep 3, 2024
1 parent 7ed6139 commit dd599c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit dd599c3

Please sign in to comment.