[all-commits] [llvm/llvm-project] 95767a: [mlir][nvgpu] separate ops, types, attribute defin...

lonely eagle via All-commits all-commits at lists.llvm.org
Thu Mar 6 21:00:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95767a9903208e545badd920a1a16e5476ae09f9
      https://github.com/llvm/llvm-project/commit/95767a9903208e545badd920a1a16e5476ae09f9
  Author: lonely eagle <2020382038 at qq.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/NVGPU/IR/CMakeLists.txt
    M mlir/include/mlir/Dialect/NVGPU/IR/NVGPU.td
    M mlir/include/mlir/Dialect/NVGPU/IR/NVGPUDialect.h
    A mlir/include/mlir/Dialect/NVGPU/IR/NVGPUOps.td
    A mlir/include/mlir/Dialect/NVGPU/IR/NVGPUTypes.td
    M mlir/lib/Dialect/NVGPU/IR/CMakeLists.txt
    M mlir/lib/Dialect/NVGPU/IR/NVGPUDialect.cpp
    M mlir/python/mlir/dialects/NVGPUOps.td

  Log Message:
  -----------
  [mlir][nvgpu] separate ops, types, attribute definitions in NVGPU dialect. (#129846)

It is hoped that the Ops, Types, and Attribute of the NVGPU dialect can
be defined in separate files.If downstream projects extend NVGPU and
define other Ops, the types and attributes will be used.This PR was
raised to avoid including the definition of NVGPU Ops.



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