CUDA-enabled Bochs IA-32 Emulator

Challenge make Bochs IA-32 Emulator CUDA-enabled

In which way it should be “CUDA-enabled” ?

  • enable emulated VM to use native CUDA features on the Host? (the host is usually non x86)

  • enable emulated VM to run CUDA code (independently of the host)? (so it’s just running CUDA in emulation mode?)

  • use CUDA to speed-up emulation? (but the host is usually non x86)

regards