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#
-
inline launch_priority(int p) noexcept#