Commit f18d06a
committed
UCP/API: add estimated bandwidth query to ucp_ep_query
Add UCP_EP_ATTR_FIELD_ESTIMATED_BW field to ucp_ep_attr_t that allows
querying the estimated aggregate bandwidth (bytes/sec) for a given
local/remote memory type pair on an endpoint. The caller sets
local_mem_type and remote_mem_type and the implementation returns the
sum of bandwidths across all data lanes whose memory domain supports
the requested memory type.
Closes #62541 parent 6dda7bd commit f18d06a
2 files changed
+62
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4214 | 4214 | | |
4215 | 4215 | | |
4216 | 4216 | | |
4217 | | - | |
| 4217 | + | |
| 4218 | + | |
4218 | 4219 | | |
4219 | 4220 | | |
4220 | 4221 | | |
| |||
4268 | 4269 | | |
4269 | 4270 | | |
4270 | 4271 | | |
| 4272 | + | |
| 4273 | + | |
| 4274 | + | |
| 4275 | + | |
| 4276 | + | |
| 4277 | + | |
| 4278 | + | |
| 4279 | + | |
| 4280 | + | |
| 4281 | + | |
| 4282 | + | |
| 4283 | + | |
| 4284 | + | |
| 4285 | + | |
| 4286 | + | |
4271 | 4287 | | |
4272 | 4288 | | |
4273 | 4289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3976 | 3976 | | |
3977 | 3977 | | |
3978 | 3978 | | |
| 3979 | + | |
| 3980 | + | |
| 3981 | + | |
| 3982 | + | |
| 3983 | + | |
| 3984 | + | |
| 3985 | + | |
| 3986 | + | |
| 3987 | + | |
| 3988 | + | |
| 3989 | + | |
| 3990 | + | |
| 3991 | + | |
| 3992 | + | |
| 3993 | + | |
| 3994 | + | |
| 3995 | + | |
| 3996 | + | |
| 3997 | + | |
| 3998 | + | |
| 3999 | + | |
| 4000 | + | |
| 4001 | + | |
| 4002 | + | |
| 4003 | + | |
| 4004 | + | |
| 4005 | + | |
| 4006 | + | |
| 4007 | + | |
| 4008 | + | |
| 4009 | + | |
| 4010 | + | |
| 4011 | + | |
| 4012 | + | |
| 4013 | + | |
| 4014 | + | |
| 4015 | + | |
| 4016 | + | |
| 4017 | + | |
| 4018 | + | |
| 4019 | + | |
3979 | 4020 | | |
3980 | 4021 | | |
3981 | 4022 | | |
| |||
4007 | 4048 | | |
4008 | 4049 | | |
4009 | 4050 | | |
| 4051 | + | |
| 4052 | + | |
| 4053 | + | |
| 4054 | + | |
4010 | 4055 | | |
4011 | 4056 | | |
4012 | 4057 | | |
| |||
0 commit comments