[all-commits] [llvm/llvm-project] 473b36: Add GPU async op interface and token type.

Christian Sigg via All-commits all-commits at lists.llvm.org
Fri Oct 9 13:37:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 473b364a19ff4ec39abe2ce3da6614d717207966
      https://github.com/llvm/llvm-project/commit/473b364a19ff4ec39abe2ce3da6614d717207966
  Author: Christian Sigg <csigg at google.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/CMakeLists.txt
    M mlir/include/mlir/Dialect/GPU/GPUBase.td
    M mlir/include/mlir/Dialect/GPU/GPUDialect.h
    M mlir/include/mlir/Dialect/GPU/GPUOps.td
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
    M mlir/test/Dialect/GPU/ops.mlir

  Log Message:
  -----------
  Add GPU async op interface and token type.

See https://llvm.discourse.group/t/rfc-new-dialect-for-modelling-asynchronous-execution-at-a-higher-level/1345

Reviewed By: herhut

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




More information about the All-commits mailing list