-
Notifications
You must be signed in to change notification settings - Fork 16
CUDA
Jinhui-Lin edited this page May 26, 2019
·
21 revisions
CUDA® is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing performance by harnessing the power of the graphics processing unit (GPU).
- CUDA 技术入门课程:CUDA U拥有在线课程,可帮你实现CUDA编程入门或从事CUDA教学以及链接到开设CUDA课程的大学。
- CUDA从入门到精通
- 风辰的 CUDA 入门教程
- CUDA编程指南阅读笔记
- Interactive GPU Programming
- CUDA编程入门极简教程
- GPU编程
- GPU编程自学
- Tips for Working with CUDA Compute Platform
- Getting started with CUDA (using VS2017)
- CUDA Tutorial
- An Even Easier Introduction to CUDA
- ClojureCUDA
- managedCuda : ManagedCuda aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
- Hybridizer Essentials : a compiler targeting NVidia GPU from C# code or binary. It supports various advanced features of C#, such as Parallel.
- Halide : a language for fast, portable computation on images and tensors
- Alea GPU : You develop your GPU code with the .NET language and tools you already know. The Alea GPU runtime system efficiently handles execution on the GPU and all the memory management.
- ILGPU : A modern, lightweight & fast GPU compiler for high-performance .Net programs