[all-commits] [llvm/llvm-project] 3ebd79: [MLIR][ROCDL] Remove patterns for ops supported as...

Jan Leyonberg via All-commits all-commits at lists.llvm.org
Wed Sep 4 08:29:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ebd79751f2d5e1c54047409865c051daba0a21b
      https://github.com/llvm/llvm-project/commit/3ebd79751f2d5e1c54047409865c051daba0a21b
  Author: Jan Leyonberg <jan_sjodin at yahoo.com>
  Date:   2024-09-04 (Wed, 04 Sep 2024)

  Changed paths:
    M mlir/lib/Conversion/MathToROCDL/MathToROCDL.cpp
    M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir
    M mlir/test/Conversion/MathToROCDL/math-to-rocdl.mlir

  Log Message:
  -----------
  [MLIR][ROCDL] Remove patterns for ops supported as intrinsics in the AMDGPU backend (#102971)

This patch removes patterns for a few operations which allows mathToLLVM
conversion to convert the operations into LLVM intrinsics instead since
they are supported directly by the AMDGPU backend.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list