GPU example for HE

Hello, I wanted to port a Dynamic Programming algorithm to GPU. I found that OpenFHE does have GPU support. Can you point me to an example code/tell me of method that moves Ciphertexts to and from host and device memory and computes on the Ciphertexts in parallel in GPU?

I can use this to simultaneously compute certain cells of DP matrix that can be computed in parallel, by different threads.

Thank you.

Currently, OpenFHE does not have a GPU backend. However, we are actively working on developing this feature, and we will make an announcement once it becomes available in a future release.