cuda::experimental::launch_priority#

struct launch_priority : public cuda::experimental::__detail::launch_option#

Launch option specifying launch priority.

This launch option causes the launched grid to be scheduled with the specified priority. More about stream priorities and valid values can be found in the CUDA programming guide here <#stream-priorities>_

Public Functions

inline launch_priority(int p) noexcept#

Public Members

int priority#

Public Static Attributes

static constexpr bool needs_attribute_space = true#
static constexpr bool is_relevant_on_dpevice = false#
static constexpr __detail::launch_option_kind kind = __detail::launch_option_kind::launch_priority#