Mojo struct
SMemArray
struct SMemArray[type: AnyType, size: Int]
Implemented traits
AnyType
,
UnknownDestructibility
Aliases
__del__is_trivial
alias __del__is_trivial = True
storage_size
alias storage_size = (size * size_of[type]())
T
alias T = UnsafePointer[type, address_space=AddressSpace(3)]
Methods
build
static build(mut smem_mgr: NVIDIASharedMemoryManager[name, alignment, memory_alignment]) -> UnsafePointer[type, address_space=AddressSpace(3)]
Returns:
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!