Skip to content

No data movement to GPU when data from desc with type keyword #643

@QingleiCao

Description

@QingleiCao

Describe the bug

In PTG, when data is from memory and a type keyword is provided, there will be no data movement to GPU, e.g.,

READ A <- descA(m, n) [ type = FULL ]

The reason is the data movement to GPU will be skipped here: https://github.com/ICLDisco/parsec/blob/4f76b6d2fa622b5e7ba96cd09a3333415acba220/parsec/mca/device/device_gpu.c#L1323C1-L1336C69.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions