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. | |
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.