For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo struct
TmemDeallocStorage
struct TmemDeallocStorage
Storage for TMEM deallocation synchronization.
Single barrier + address storage for TMEM lifecycle management.
Fieldsβ
- βbarrier_storage (
TmemDeallocStorage.BarrierArray.Storage): - βaddr_storage (
TmemDeallocStorage.AddrArray.Storage):
Implemented traitsβ
AnyType,
ImplicitlyDestructible
comptime membersβ
AddrArrayβ
comptime AddrArray = SMemArray[UInt32, 1]
BarrierArrayβ
comptime BarrierArray = SMemArray[SharedMemBarrier, 1]
Methodsβ
barrierβ
barrier(ref[AddressSpace._value] self) -> TmemDeallocStorage.BarrierArray
Returns:
TmemDeallocStorage.BarrierArray
addrβ
addr(ref[AddressSpace._value] self) -> TmemDeallocStorage.AddrArray
Returns:
TmemDeallocStorage.AddrArray
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!