"tests/pipelines/vscode:/vscode.git/clone" did not exist on "6632823690707604ef364e4d2fa02269bf1a7d07"
Commit d83ea571 authored by Anthony Chang's avatar Anthony Chang
Browse files

compile time M01=8

parent 3f032f25
...@@ -107,7 +107,7 @@ struct BlockToCTileMap_M00_N0_M01 ...@@ -107,7 +107,7 @@ struct BlockToCTileMap_M00_N0_M01
// Rows of column-vectors // Rows of column-vectors
// This C-tile map dynamically adjusts M01 when C-tile index is out of range // This C-tile map dynamically adjusts M01 when C-tile index is out of range
template <index_t MPerBlock, index_t NPerBlock, typename CGridDesc_M_N, index_t M01 = 1> template <index_t MPerBlock, index_t NPerBlock, typename CGridDesc_M_N, index_t M01 = 8>
struct BlockToCTileMap_M00_N0_M01Adapt struct BlockToCTileMap_M00_N0_M01Adapt
{ {
static constexpr auto I0 = Number<0>{}; static constexpr auto I0 = Number<0>{};
...@@ -171,7 +171,7 @@ struct BlockToCTileMap_M00_N0_M01Adapt ...@@ -171,7 +171,7 @@ struct BlockToCTileMap_M00_N0_M01Adapt
// 2D slices of column-vectors in 3D space // 2D slices of column-vectors in 3D space
// This C-tile map dynamically adjusts M01 when C-tile index is out of range // This C-tile map dynamically adjusts M01 when C-tile index is out of range
template <index_t MPerBlock, index_t NPerBlock, typename CGridDesc_M_N, index_t M01 = 1> template <index_t MPerBlock, index_t NPerBlock, typename CGridDesc_M_N, index_t M01 = 8>
struct BlockToCTileMap_KSplit_M00_N0_M01Adapt struct BlockToCTileMap_KSplit_M00_N0_M01Adapt
{ {
static constexpr auto I0 = Number<0>{}; static constexpr auto I0 = Number<0>{};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment