Skip to content

Releases: iree-org/iree

iree candidate candidate-20240906.1008

06 Sep 14:08
767e288
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree candidate candidate-20240905.1007

05 Sep 14:03
45132f5
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree candidate candidate-20240904.1006

04 Sep 14:08
f013a69
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree candidate candidate-20240903.1005

03 Sep 14:05
573929a
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree candidate candidate-20240902.1004

02 Sep 14:02
3ceffb6
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree candidate candidate-20240901.1003

01 Sep 14:06
3ceffb6
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree candidate candidate-20240831.1002

31 Aug 14:04
3ceffb6
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree candidate candidate-20240830.1001

30 Aug 14:25
3ceffb6
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree candidate candidate-20240829.1000

29 Aug 14:07
dfaf12c
Compare
Choose a tag to compare
Pre-release

Automatic candidate release of iree.

iree stable candidate-20240828.999

28 Aug 14:02
d6762d4
Compare
Choose a tag to compare

Major changes:

  • Compiled artifacts (.vmfb files) from before this release are not compatible with the runtime from this release. Ensure your runtime and compiler are both up to date if you get errors loading files. Recent support for reusable/indirect command buffers made the HAL APIs simpler now, though out of tree compiler targets and HAL drivers may need to adapt to:

    • 5add66f changed the HAL version from 2 to 3.
    • 8dc6820 changed the HAL version from 3 to 4.
    • c77a5f5 changed the HAL version from 4 to 5.
  • Several compiler flags were renamed in c44d29b:

    Before After
    --iree-hal-cuda-llvm-target-arch --iree-cuda-target
    --iree-hal-cuda-llvm-target-feature --iree-cuda-target-features
    --iree-rocm-target-chip --iree-hip-target
    --iree-rocm-target-features --iree-hip-target-features
    --iree-vulkan-target-triple --iree-vulkan-target
    --iree-hal-cuda-* --iree-cuda-*
    --iree-rocm-* --iree-hip-*

In development features:

  • Support for data-tiling on GPU targets is in progress.
  • The C++ attention pipeline is continuing to mature. It will replace the transform dialect attention pipeline.

Full Changelog: candidate-20240724.964...candidate-20240828.999