SortOrder

#include <popops/SortOrder.hpp>

Defintions of sort ordering.

namespace popops

Common functions, such as elementwise and reductions.

Enums

enum class SortOrder

Defines a required order for sorting operations.

Values:

enumerator NONE

No ordering is required.

enumerator ASCENDING

Sort in ascending order.

enumerator DESCENDING

Sort in descending order.

Functions

std::ostream &operator<<(std::ostream &os, const SortOrder &o)