[all-commits] [llvm/llvm-project] ad4411: [MLIR] Make SM_90 integration tests use `TargetAtt...

Guray Ozen via All-commits all-commits at lists.llvm.org
Mon Sep 11 05:34:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad4411230a59b4102edb2765550d89e4f282c33c
      https://github.com/llvm/llvm-project/commit/ad4411230a59b4102edb2765550d89e4f282c33c
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    A mlir/test/Integration/GPU/CUDA/sm90/tma_load_64x8_8x128_noswizzle.mlir
    R mlir/test/Integration/GPU/CUDA/sm90/tmaload-transform.mlir
    R mlir/test/Integration/GPU/CUDA/sm90/tmaload.mlir
    A mlir/test/Integration/GPU/CUDA/sm90/transform-dialect/tma_load_64x8_8x128_noswizzle-transform.mlir

  Log Message:
  -----------
  [MLIR] Make SM_90 integration tests use `TargetAttr` (#65926)

The 'TargetAttr' workflow was recently introduced to serialization for
'MLIR->LLVM->PTX'. #65857 removes previous passes (gpu::Serialization*
passes) because they are duplicates.

This PR removes the use of gpu::Serialization* passes in SM_90
integration tests, and enables the 'TargetAttr' workflow.

It also moves the transform dialect specific test to a new folder.




More information about the All-commits mailing list