class oversubscribe
Declaration
class oversubscribe : public hint_base { /* full declaration omitted */ };
Description
Suggests that more than chunks of the execution space assigned to individual devices should be subdivided further. Oversubscription can improve utilization by increasing the potential for computation-communication overlap.
Inherits from: hint_base
Member Variables
- size_t m_factor
Member Function Overview
- get_factor() const → [[nodiscard]] size_t
- oversubscribe(size_t factor) → explicit
Inherited from hint_base:
Member Functions
¶[[nodiscard]] size_t get_factor() const
[[nodiscard]] size_t get_factor() const
¶explicit oversubscribe(size_t factor)
explicit oversubscribe(size_t factor)
Parameters
- size_t factor