Skip to content

Multiple Emits on a UCX Port #56

Description

@DevUt

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions