Skip to content

Commit

Permalink
Move sortdir def from api to ckernel defs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtawfik01 committed Feb 9, 2024
1 parent 73d33de commit 27f47fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/inc/ckernel_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ enum PackSelMask
PACK_23=0xC
};

enum SortDir : bool
{
ArgMax = false,
ArgMin = true,
};

constexpr std::uint32_t FACE_HEIGHT = 16;
constexpr std::uint32_t FACE_WIDTH = 16;
constexpr std::uint32_t TILE_HEIGHT = 32;
Expand Down

0 comments on commit 27f47fc

Please sign in to comment.