[all-commits] [llvm/llvm-project] 211c97: [mlir][NVVM] Adds the NVVM target attribute.

Fabian Mora via All-commits all-commits at lists.llvm.org
Tue Aug 8 12:21:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 211c9752c8200fbb3ff7be1f6aa98037901758ce
      https://github.com/llvm/llvm-project/commit/211c9752c8200fbb3ff7be1f6aa98037901758ce
  Author: Fabian Mora <fmora.dev at gmail.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M mlir/CMakeLists.txt
    M mlir/include/mlir/Dialect/LLVMIR/NVVMDialect.h
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/include/mlir/InitAllExtensions.h
    A mlir/include/mlir/Target/LLVM/NVVM/Target.h
    A mlir/include/mlir/Target/LLVM/NVVM/Utils.h
    M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
    M mlir/lib/Target/LLVM/CMakeLists.txt
    A mlir/lib/Target/LLVM/NVVM/Target.cpp
    M mlir/test/Dialect/GPU/ops.mlir
    M mlir/test/Dialect/LLVMIR/nvvm.mlir
    M mlir/unittests/Target/LLVM/CMakeLists.txt
    A mlir/unittests/Target/LLVM/SerializeNVVMTarget.cpp

  Log Message:
  -----------
  [mlir][NVVM] Adds the NVVM target attribute.

**For an explanation of these patches see D154153.**

Commit message:
This patch adds the NVVM target attribute for serializing GPU modules into
strings containing cubin.

Depends on D154113 and D154100 and D154097

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list