I had code in OpenCL where I use clCreateProgramWithBinary() to create the program from binary. I am porting this application to CUDA and I don't find any similar function.
Can someone help me with how I can create the program from binary or equivalent of clCreateProgramWithBinary in CUDA?