CUDA学习资料,英文版 The high-performance computing (HPC) landscape is always changing as new technologies and processes become commonplace, and the defnition of HPC changes accordingly. In general, it pertains to the use of multiple processors or computers to accomplish a complex task concurrently with high throughput and effciency. It is common to consider HPC as not only a computing architecture but also as a set of elements, including hardware systems, software tools, programming platforms, and parallel programming paradigms.
2025-04-18 19:15:09 51.23MB CUDA 并行
1
CUDA并行程序设计 GPU编程指南 522页 + CUDA C编程权威指南_源码 GPU编程 并发编程
2024-04-24 18:17:00 1.43MB 编程语言
1
CUDA并行程序设计:GPU编程指南共分为12章。 第1章 超级计算简史 第2章 使用GPU理解并行计算 第3章 CUDA硬件概述 第4章 CUDA环境搭建 第5章 线程网格、线程块以及线程 第6章 CUDA内存处理 第7章 CUDA实践之道 第8章 多CPU和多GPU解决方案 第9章 应用程序性能优化 第10章 函数库和SDK 第11章 规划GPU硬件系统 第12章 常见问题、原因及解决方案
2022-11-23 09:59:02 31.72MB CUDA并行
1
1.注释非常详尽,几乎每个函数都有注释,在CUDA11与VS2019下实现,并行加速效果十分显著! 2.同时实现了CPU多线程并行计算和CUDA并行计算两个版本,可以通过宏来选择
2022-11-15 17:27:07 1.42MB 中文分词 C++ cuda 多线程
1
Parallel Proceprogramming massively parallel processors 带目录 高清版
2022-11-14 20:50:28 6.32MB GPU CUDA 并行编程
1
MPI CUDA编程.pdf WHAT YOU WILL LEARN What MPI is How to use MPI for inter GPU communication with CUDA and OpenACC What CUDA-aware MPI is What Multi Process Service is and how to use it How to use NVIDIA Tools in an MPI environment How to hide MPI communication times
2022-09-29 15:29:34 3.28MB MPI CUDA 并行计算
1
一、环境配置与测试 二、cuda与OpenCV结合方法 三、代码实例:图像均值滤波和图像反色 3.1 代码 3.2 代码说明 3.3 网格大小与线程块大小的确定 3.3.1 网格与线程块大小的限制 3.3.2 如何确定网格大小与线程块大小? 3.4 并行与串行的加速比 四、总结
2022-08-12 14:04:15 46KB opencv C++ GPU并行运算 cuda并行计算
1
CUDA并行程序设计 GPU编程指南-中文英文高清完整版(各500+页)
2022-07-15 18:05:51 130.54MB gpu
1
修改bodyForce 抽离最终的坐标更新逻辑为kernel函数 添加预取逻辑 thread 128 block=32 * SM 效果目前看的是比较好的 可通过Nvidia课程认证
2022-05-30 16:37:43 3KB c语言 开发语言 cuda 并行计算
1
spmv的串行和cpu、gpu并行性能测试demo
2022-05-16 12:20:04 762KB 并行计算 MPI CUDA
1