Compiling a Cuda 11.8 program in emulation mode

Hello,

I’m developing a Cuda application in Bioinformatics. I’m currently away from home with just an hp laptop running on an Intel graphics card.
How can I compile the program in emulation mode with Cuda 11.8?

Thanks a lot!

There isn’t any emulation mode provided by NVIDIA. Yes, there was an emulation mode about 15 years ago. That was dropped somewhere in the CUDA 2.0 or CUDA 3.0 timeframe.

Not having a NVIDIA GPU means you could compile code, but not run it.