Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ numa_node
Method
numa_node
include/exec/static_thread_pool.hpp:652–656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
650
}
651
652
[[nodiscard]]
653
auto numa_node() const noexcept -> int
654
{
655
return numa_node_;
656
}
657
658
auto as_victim() noexcept -> workstealing_victim
659
{
Callers
5
victims
Method · 0.45
_static_thread_pool
Method · 0.45
run
Method · 0.45
enqueue
Method · 0.45
bulk_enqueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected