[Mlir-commits] [mlir] [MLIR][NVVM] Add tcgen05 alloc/dealloc Ops (PR #125674)

Durgadoss R llvmlistbot at llvm.org
Tue Feb 4 06:12:22 PST 2025


================
@@ -39,7 +39,9 @@ enum NVVMMemorySpace {
   /// Shared memory space identifier.
   kSharedMemorySpace = 3,
   /// Constant memory space identifier.
-  kConstantMemorySpace = 4
+  kConstantMemorySpace = 4,
+  /// Tensor memory space identifier.
----------------
durga4github wrote:

Sure, added a comment on the same, in the latest revision.

https://github.com/llvm/llvm-project/pull/125674


More information about the Mlir-commits mailing list