Skip to content

IMEX v0.2

Compare
Choose a tag to compare
@drprajap drprajap released this 28 Apr 19:06
· 409 commits to main since this release

Preview release of Intel® Extension for MLIR (IMEX)

Fixes / Improvements

Highlights

  • BF16 Support
  • Performance benchmark for popular models - elementwise, reduction, softmax, transpose, kloop
  • Caching for level-zero/sycl runtime compilation
  • Fix GPU memory leak
  • Change to Synchronous queue for Level-zero runtime to fix sporadic issues with GPU tests

List of all changes

v0.1...v0.2

Dependencies revisions

Project Revision
LLVM Project d2a559f

Supported configurations

  • Ubuntu 20.04 LTS
  • x86 CPU
  • Intel® Data Center GPU Flex Series or Intel® Data Center GPU Max Series

Supported data types for GPU

  • FP32
  • FP16
  • BF16
  • I32
  • I16
  • I8

Dependencies for GPU execution

GPU execution supports two different wrapper libraries for interacting with GPU. Level Zero and Sycl wrapper libraries.