examples: ensure cleanup occurs before main ends.
Else the implicit context in the CUDA driver may destroy itself before the destructors for globals/statics run, and we could try to e.g. cudaFree without a valid context.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
Else the implicit context in the CUDA driver may destroy itself before the destructors for globals/statics run, and we could try to e.g. cudaFree without a valid context.