CUDA编程快速入门学习计划
CUDA编程快速入门学习计划 目标:2-4周快速入门CUDA编程,能够编写简单的GPU加速程序 一、学习环境准备1.1 免费GPU环境(可选本地/云端) 环境 说明 链接 Google Colab 免费GPU(P100/K80),无需配置 https://colab.research.google.com/ Kaggle 免费GPU,每周20小时 https://www.kaggle.com/ 本地NVIDIA显卡 需要安装CUDA Toolkit - 1.2 本地安装(如果有NVIDIA显卡)12345# 1. 下载CUDA Toolkit# https://developer.nvidia.com/cuda-downloads# 2. 验证安装nvcc --version 二、快速学习计划计划A:7天速成(每天2-3小时) 天数 内容 目标 Day 1 CUDA编程模型、Hello World 理解CUDA基本概念 Day 2 线程模型、内存管理 理解Grid/Block/Thread D...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
