[all-commits] [llvm/llvm-project] 76a533: [MLIR][NVVM] Add pmevent (#152509)
Guray Ozen via All-commits
all-commits at lists.llvm.org
Fri Aug 8 07:34:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76a533c8ecbc57895c6df53a20ef7eae4e242a54
https://github.com/llvm/llvm-project/commit/76a533c8ecbc57895c6df53a20ef7eae4e242a54
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2025-08-08 (Fri, 08 Aug 2025)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/test/Conversion/NVVMToLLVM/nvvm-to-llvm.mlir
M mlir/test/Target/LLVMIR/nvvmir-invalid.mlir
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
[MLIR][NVVM] Add pmevent (#152509)
Add nvvm.pmevent Op that Triggers one or more of a fixed number of
performance monitor events, with event index or mask specified by
immediate operand.
[For more information, see PTX
ISA](https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#miscellaneous-instructions-pmevent)
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