High Performance Computing 25 SP Programming CUDA

总字数:551字,预计阅读时间 00分 55秒。

Compute Unified Device Architecture

CUDA

General purpose programming model:

  • Use kicks off batches of threads on the GPU.

image-20250515195739382

The compiling C with CUDA applications:

image-20250515195907764

CUDA APIs

Areas:

  • Device management
  • Context management
  • Memory management
  • Code module management
  • Execution control
  • Texture reference management
  • Interoperability with OpenGL and Direct3D

Two APIs:

  • A low-level API called the CUDA driver API.
  • A higher-level API called the C runtime for CUDA that is implemented on top of the CUDA driver API.
文章作者:Ricardo Ren
版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,诸位读者如有兴趣可任意转载,不必征询许可,但请注明“转载自 Ricardo's Blog ”。

如果觉得不错的话,可以支持一下作者哦~

微信赞赏码
请我喝奶茶
支付宝赞赏码
请我吃晚饭

文章目录

2021 - 2025 © Ricardo Ren ,由 .NET 9.0.2 驱动。

Build Commit # dab866f13a

蜀ICP备2022004429号-1