[all-commits] [llvm/llvm-project] 288ae0: [mlir][gpu] NFC change to pass threadID ops to rew...

Thomas via All-commits all-commits at lists.llvm.org
Mon Feb 13 17:28:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 288ae0b92f57cc6fcd77a6e5220e67fba7768ceb
      https://github.com/llvm/llvm-project/commit/288ae0b92f57cc6fcd77a6e5220e67fba7768ceb
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp

  Log Message:
  -----------
  [mlir][gpu] NFC change to pass threadID ops to rewriteOneForeachThreadToGpuThreads

This allows user to give both the thread ids and dimension of the threads we want to distribute on.
This means we can use it to distribute on warps as well.

Reviewed By: harsh

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




More information about the All-commits mailing list