[all-commits] [llvm/llvm-project] 54373e: [NFC][mlir][gpu] Make sym_name an inherent attr in...

Fabian Mora via All-commits all-commits at lists.llvm.org
Sun Jun 9 15:36:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54373e0f40bb54580d96a734beb8ee4159744769
      https://github.com/llvm/llvm-project/commit/54373e0f40bb54580d96a734beb8ee4159744769
  Author: Fabian Mora <fmora.dev at gmail.com>
  Date:   2024-06-09 (Sun, 09 Jun 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp

  Log Message:
  -----------
  [NFC][mlir][gpu] Make sym_name an inherent attr in GPUModuleOp (#94918)

Make `sym_name` an inherent attr in GPUModuleOp so that it doesn't show
in the discardable attributes.
The change is safe as the attribute is always expected to be present.



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