How to compute distance between two convex hulls for collision detection?

I am a noob to physx and cuda. I would like to know how we can compute distance between two convex hulls(overlapping or non-overlapping). I have used bullet physics software and came across GJK-EPA algorithm to find distances between convex hulls. I would like to know how to do such distance computations using physx?