mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
This revision refactors gpu block id generator lambda that is used in the transform dialect. It removes the lambda and instead uses a static function that's name generateGpuBlockIds. It also simplifies arguments that the function takes. Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D134724
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.