Skip to content
Ziyi Xi

Blog

  1. Learning CUDA: a VS Code Dev Container + Google Colab Free-GPU Setup

    跟我一起学CUDA - 使用VSCode dev-container和Google Colab搭建免费的开发环境

    A usable NVIDIA GPU environment is essential when learning CUDA. In practice, a local CUDA setup can be fragile due to driver–runtime mismatches, IDE/LSP configuration issues, and host architecture constraints. This post documents a workflow that keeps local development lightweight and reproducible using VS Code + Dev Containers, while delegating GPU execution to Google Colab.

    • cuda
    • programming