warp.array#

warp.array(
ptr: uint64,
shape: tuple[int, ...],
dtype: Any,
) Array[Scalar]#
  • Kernel: true
  • Python: false
  • Differentiable: false

Construct an array from a memory pointer, shape, and data type.