[all-commits] [llvm/llvm-project] f4fb03: [MLIR] Cleanup Pass Pipeline in sm_90 Integration ...

Guray Ozen via All-commits all-commits at lists.llvm.org
Tue Sep 26 05:21:35 PDT 2023


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

  Changed paths:
    M mlir/test/Integration/GPU/CUDA/sm90/tma_load_128x64_swizzle128b.mlir
    M mlir/test/Integration/GPU/CUDA/sm90/tma_load_64x64_swizzle128b.mlir
    M mlir/test/Integration/GPU/CUDA/sm90/tma_load_64x8_8x128_noswizzle.mlir

  Log Message:
  -----------
  [MLIR] Cleanup Pass Pipeline in sm_90 Integration Tests (#67416)

MLIR has begun supporting many features of Nvidia's sm_90 architecture,
and new tests have been added for it. Although the tests worked well,
there were redundancies in the pipeline. This PR cleans up unnecessary
passes.




More information about the All-commits mailing list