Skip to content

Releases: ORNL/iris

v3.0.0

30 May 16:53
Compare
Choose a tag to compare

3.0.0 - 2025-05-30

Added

New Capabilties

  • Asynchronous task execution and utilizes underlying device specific asynchronous multi-stream capabilities
  • Handle stream synchronization within device and avoid host involvement
  • Overlapped computation with data transfer using device provided asynchronous multi-stream capabilities
  • Also give all streams to host wrapper of (CUDA/HIP) kernel if exists, which can explore all streams
  • Automatic dependency identification based on data flow analysis
  • Added Tiling data structures
  • Added initial Julia support with IRIS Julia APIs to call kernels written in native language
  • New Retain-Release logic based tasks garbage collection
  • Advanced Dagger features and testing
  • Task Graph policy
  • Changelog added to the repo to track major changes.
  • Xilinx FPGA kernel acceleration support
  • FFI-based kernel calls (No need of boiler plate. To be enabled using ENABLE_FFI)
  • Added multi-purpose HostInterface for traditional boiler-plate based host kernel calls and FFI-based calls
  • Generalized Loader for loading shared libraries of kernels
  • Support for UniSYCL (In external repository)

Updates

  • Also enabled manual control of DMEM (H2D, D2H) through IRIS APIs along with automatic data orchestration
  • Added DMEM to DMEM copy command support

Changed

  • Improved Python interface and Python PIP package installation
  • Improved C++ IRIS interface with DMEM type specific templates
  • iris_task and iris_mem are no longer pointers. They are structs now and the memory will be in application's memory space.

Removed

  • None

Fixed

  • Several bug fixes and fixes for deadlock issues
  • DMEM multiple PIN memory registrations
  • Fixed fortan host
  • Fixed OpenCL device loading issues
  • iris_task and iris_mem are no longer pointers. They are structs now and the memory will be in application's memory space.

v2.0

02 Jun 23:47
Compare
Choose a tag to compare
Merge branch 'documentation' into 'ornl_main'

Documentation

See merge request brisbane/iris!27

Released documentation.

02 Jun 20:03
Compare
Choose a tag to compare
v1.0.1

Moved documentation from external repo to be part of the code repo.

Initial Release

02 Jun 19:08
bc2274b
Compare
Choose a tag to compare

Initial Release of IRIS, an intelligent runtime system for extremely heterogeneous architectures. IRIS discovers available functionality, manage multiple diverse programming
systems (e.g., OpenMP, CUDA, HIP, Level Zero, OpenCL, Hexagon) simultaneously in the same application, represents data dependencies, orchestrates data movement proactively, and allows configurable work schedulers for diverse heterogeneous devices.

https://iris-programming.github.io/