[Mlir-commits] [mlir] [NFC][MLIR][NVVM] Add unit and Python bindings tests for MBarrierTestWaitOp/MBarrierTryWaitOp (PR #193600)
Kirill Vedernikov
llvmlistbot at llvm.org
Thu Apr 23 00:51:33 PDT 2026
================
----------------
kvederni wrote:
I don't want to inline it to the .cpp because the .cpp could become unreadable if/when more unit tests are added. I believe it would be helpful to implement more tests for NVVM dialect Ops here. So, having each Op in a separate test file looks convenient.
Regarding using .inc and not .h. The file contains not a class definition but a test definition. In my mind using .h could be misleading in this case.
https://github.com/llvm/llvm-project/pull/193600
More information about the Mlir-commits
mailing list