Skip to content

Queues in DPPL queue manager should share contexts when appropriate #53

Closed
@oleksandr-pavlyk

Description

@oleksandr-pavlyk

DPPL creates queues in the queue manager using explicit queue(const device &syclDevice) signature constructor.

Although I do not have an explicit spec reference, I was told that this would create "new instance of sycl context for every constructor call".

To ensure that SYCL runtime facilitates data traffic between compatible devices, associated queues should be created using the same context which is associated with the widest set of compatible devices on the same SYCL platform.

This is an issue to ensure that this is being doing in the DPPL queue manager.

@fschlimb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions