Skip to content

IMEX v0.1

Compare
Choose a tag to compare
@silee2 silee2 released this 19 Jan 21:22
· 447 commits to main since this release
e020fff

Preview release of Intel® Extension for MLIR (IMEX)

This release focuses on functionally enabling Deep Learning workloads with static shaped input tensors written in upstream MLIR Entry dialects (Linalg and other lower level dialects) on select Intel GPUs. The development is test case driven and does not cover all ops in the MLIR entry dialects.

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

Dependencies for GPU execution

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

Tested DL workloads

  • Resnet-50 inference
  • Mobilenet-v3 inference
  • Mnist mlp

Tested DL Operations

  • Elementwise
  • Convolution
  • GEMM
  • Reduction
  • Data movement
  • Padding