共用方式為


extent::tile 方法

用指定的 tile 維度產生 tiled_extent 物件。

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 ;

參數

  • _Dim0
    並排範圍的最重要元件。

  • _Dim1
    並排範圍的次重要元件。

  • _Dim2
    並排範圍的最不重要元件。

需求

**標頭:**amp.h

**命名空間:**並行

請參閱

參考

extent 類別 (C++ AMP)