cuda::experimental::launch_priority

Defined in /home/runner/work/cccl/cccl/cudax/include/cuda/experimental/__launch/configuration.cuh

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(unsigned int p) noexcept

Public Members

unsigned 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