6#ifndef _popops_SortOrder_hpp_
7#define _popops_SortOrder_hpp_
Common functions, such as elementwise and reductions.
Definition: AllTrue.hpp:15
SortOrder
Defines a required order for sorting operations.
Definition: SortOrder.hpp:14
@ ASCENDING
Sort in ascending order.
@ DESCENDING
Sort in descending order.
std::ostream & operator<<(std::ostream &os, const Operation &op)
Write op to output stream os.