extent::tile Method

Produces a tiled_extent object with the specified tile dimensions.

template <
   int _Dim0
>
tiled_extent<_Dim0> tile() const ;

template <
   int _Dim0,
   int _Dim1
>
tiled_extent<_Dim0, _Dim1> tile() const ;

template <
   int _Dim0,
   int _Dim1,
   int _Dim2
>
tiled_extent<_Dim0, _Dim1, _Dim2> tile() const ;

Parameters

  • _Dim0
    The most significant component of the tiled extent.

  • _Dim1
    The next-to-most-significant component of the tiled extent.

  • _Dim2
    The least significant component of the tiled extent.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

extent Class (C++ AMP)