The cuda-checkpoint tool exposes a new --launch-job option with driver version 590.44.01. However, it is not clear how to use this functionality.
--launch-job|-j <program> [<arg1> ... [<argn>]]
Initialize a memfd to become a job file, set CUDA_CHECKPOINT_JOB_FILE to point to that memfd
and launch the specified command.
@sgurfinkel Would it be possible to add an example?
The
cuda-checkpointtool exposes a new--launch-joboption with driver version 590.44.01. However, it is not clear how to use this functionality.@sgurfinkel Would it be possible to add an example?