cuda::experimental::stf::push_while_config#

struct push_while_config#

Configuration class for push_while operations.

This class encapsulates the parameters needed for conditional graph nodes. When CUDA 12.4+ is not available or code generation is disabled, it becomes effectively empty.

Public Functions

push_while_config() = default#
template<typename ...Args>
inline push_while_config(Args&&...)#