Julia on Google Colab: Free GPU-Accelerated Shareable Notebooks

A good catch, I admit that I didn’t experiment with the CUDA stuff when I posted it. It seems that instead of refreshing the page via “Ctrl-R”, you’ll have to manually reload the kernel via

  1. go to “view resources” → “change runtime type”
  2. ensure it is “Julia” and “GPU”. Almost certainly you don’t need to change anything here if you’re already on GPU runtime.
  3. click “save” to trigger the kernel reload.

FWIW, I uploaded a new julia_cuda.ipynb file to smooth this progress.

2 Likes