Is it possible to use GDS to CUDA array memories?

Hello all,

I’m wondering if it is possible to transfer the storage image file data to CUDA array memory directory by GDS.

There seems no command like cudaMemcpy2DToArray, in cuFile API, but is there some special way to read storage file to CUDA array memory instead of normal GPU memory?

Or is it only way to read the storage file to GPU memory with GDS first, and then copy it into CUDA array memory via cudaMemcpy2DToArray?