Beaver.Native.Memory (beaver v0.4.2)

A piece of memory managed by BEAM and can by addressed by a generated native function as MLIR MemRef descriptor

Summary

Functions

return a opaque pointer to the memory

return a opaque pointer to the memory descriptor. Usually used in the invoking of a generated function. If it is a array, will return the pointer of the array to mimic a struct of packed memory descriptors

Functions

aligned(memory)

return a opaque pointer to the memory

allocated(memory)

deallocate(m)

dense_strides(shape)

descriptor_ptr(arg1)

return a opaque pointer to the memory descriptor. Usually used in the invoking of a generated function. If it is a array, will return the pointer of the array to mimic a struct of packed memory descriptors

new(data, opts \\ [offset: 0])