cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
|
A range of priorities supported by a CUDA context; ranges from the higher numeric value to the lower. More...
#include <context.hpp>
Public Member Functions | |
constexpr bool | is_trivial () const |
When true, stream prioritization is not supported, i.e. More... | |
Public Attributes | |
stream::priority_t | least |
Higher numeric value, lower priority. | |
stream::priority_t | greatest |
Lower numeric value, higher priority. | |
A range of priorities supported by a CUDA context; ranges from the higher numeric value to the lower.
|
inline |
When true, stream prioritization is not supported, i.e.
all streams have "the same" priority - the default one.