[all-commits] [llvm/llvm-project] 48f440: [mlir][linalg] Extend opdsl to support operations ...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Fri Jun 17 09:34:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48f4407c1aafbf953b501381d725320fa867eaf5
      https://github.com/llvm/llvm-project/commit/48f4407c1aafbf953b501381d725320fa867eaf5
  Author: bixia1 <bixia at google.com>
  Date:   2022-06-17 (Fri, 17 Jun 2022)

  Changed paths:
    M mlir/python/mlir/dialects/linalg/opdsl/lang/emitter.py
    M mlir/test/python/dialects/linalg/opdsl/emit_misc.py

  Log Message:
  -----------
  [mlir][linalg] Extend opdsl to support operations on complex types.

Linalg opdsl now supports negf/add/sub/mul on complex types.

Add a test.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D128010




More information about the All-commits mailing list