NVIDIA Rapids nvstrings

Hi -

I was trying to use Rapids nvStrings, nvText functions with larger input objects, but seem to always get a segmentation fault error.

Is this because there is not enough memory on the GPU card to support an analysis of a size > 2.6 GB text file? Are all of the NVIDIA Rapids functions ready to be used with multi-GPU?

Also, can all of the NVIDIA Rapids library functions be used with for and while loops or within definition blocks in Python?

Thank you.