Please describe your question
Does UCX support setting of capacity > 1 on ports that cross fragment boundaries?
I tried explicitly setting the capacity.
spec.output("out_host").connector(
IOSpec.ConnectorType.UCX, capacity=128
)
But at runtime, I observe that the capacity has changed to 1.
DEBUG:root:embed_node Host: ConnType: ConnectorType.UCX Capacity: 1, Size: 0, BackSize: 0
Please specify what Holoscan SDK version you are using
v4.1.0
Please add any details about your platform or use case
I'm running this on an x86_64 machine. The fragments are currently
just different processes right now for testing purposes.
Please describe your question
Does UCX support setting of capacity > 1 on ports that cross fragment boundaries?
I tried explicitly setting the capacity.
But at runtime, I observe that the capacity has changed to 1.
Please specify what Holoscan SDK version you are using
v4.1.0
Please add any details about your platform or use case
I'm running this on an x86_64 machine. The fragments are currently
just different processes right now for testing purposes.