cuda::experimental::launch_priority
Defined in 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
-
inline launch_priority(unsigned int p) noexcept