[all-commits] [llvm/llvm-project] 2e0e00: [mlir][gpu] Fallback to JIT compilation

Guray Ozen via All-commits all-commits at lists.llvm.org
Mon Jul 24 06:11:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e0e00ed841951e358a85a871647be9b3a622f51
      https://github.com/llvm/llvm-project/commit/2e0e00ed841951e358a85a871647be9b3a622f51
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M mlir/lib/Dialect/GPU/Transforms/SerializeToCubin.cpp

  Log Message:
  -----------
  [mlir][gpu] Fallback to JIT compilation

Recent change introduces compilation with ptxas compiler. The change is important to be able to different versions of ptxas compiler without changing the compiler.

It causes some failures in builtbot. This change adds fallback mechanism to JIt compilation that is original path.

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




More information about the All-commits mailing list