Public Attributes | List of all members
rapidsmpf::rrun::bind_options Struct Reference

Options controlling which topology-based resource bindings to apply. More...

#include <rrun.hpp>

Public Attributes

bool cpu {true}
 Set CPU affinity to cores near the GPU.
 
bool memory {true}
 Set NUMA memory policy to nodes near the GPU.
 
bool network {true}
 Set UCX_NET_DEVICES to NICs near the GPU.
 
bool verify {true}
 Read back and verify bindings after applying them.
 

Detailed Description

Options controlling which topology-based resource bindings to apply.

By default all bindings are enabled. Pass a custom instance to bind() to selectively enable or disable individual resource classes.

Definition at line 24 of file rrun.hpp.


The documentation for this struct was generated from the following file: