enum class task_type
Enumerators
Name | Value | Comment |
---|---|---|
epoch | 0 | task epoch (graph-level serialization point) |
host_compute | 1 | host task with explicit global size and celerity-defined split |
device_compute | 2 | device compute task |
collective | 3 | host task with implicit 1d global size = #ranks and fixed split |
master_node | 4 | zero-dimensional host task |
horizon | 5 | task horizon |
fence | 6 | promise-side of an async experimental::fence |