parsec icon indicating copy to clipboard operation
parsec copied to clipboard

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

Open QingleiCao opened this issue 11 months ago • 7 comments

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.

QingleiCao avatar Mar 08 '24 21:03 QingleiCao