搜索资源列表
platform_src
- 分布式计算平台P2HP-1的源代码;P2HP-1是基于P2P的高性能计算平台,它把大规模的工程和科学计算在任务级分布到互联网上的志愿机来共同完成计算。
高性能计算之并行编程技术—— MPI并
- 清华都志辉作品,基于MPI并行计算的最佳书籍《高性能计算之并行编程技术—— MPI并行程序设计》-Qinghua DU works MPI parallel computation based on the best books "high-performance calculation parallel programming techniques -- MPI parallel programming"
CUDA-Best-Practices-Guide-v2.3
- CUDA GPU高性能计算少见的好书,由NVIDA出版-High-performance computing CUDA GPU rare books, published by the NVIDA
HelloWorld
- GPU高性能编程CUDA实战中的第一个实例-GPU programming
game_of_life
- 华工高性能并行计算作业,生命游戏源代码和测试数据-game of life code
CUDA-programm
- 包含《GPU高性能运算之CUDA》书中的所有源代码。-Include "GPU computing performance of CUDA" the book of all source code.
ORBFNN
- 高性能的RBFNN,可以用于回归,拟合和预测控制。-High-performance RBFNN, can be used to return control of fitting and forecasting.
cuda
- CUDA是流行的并行计算的硬件和软件架构, 其高性能的可以应用到实际软件中的工具,包含一些学习CUDA的基本的一些资料,并且有本人的对别人讲过的PPT 已经一些总结-CUDA is a popular parallel computing hardware and software architecture, which can be applied to the actual high-performance software tools, including some of the st
mpiprogram
- 高性能计算之并行编程技术 —— MPI并行程序设计-High Performance Computing of parallel programming techniques- MPI parallel programming
HPPC
- 高性能并行运算入门书籍,不错的一本书-Introduction to high performance parallel computing books, a good book. . . . . . . . .
MPI
- MPI分布内存并行程序开发,联想内部资料,联想高性能服务器事业部著。-MPI distributed memory parallel program development, internal data Lenovo, Lenovo Group with high-performance server.
NAMD_CVS_Source.tar
- 高性能计算之CUDA编程的NAMD(用于在大规模并行计算机上快速模拟大分子体系的并行分子动力)原码-The high-performance computing CUDA programming NAMD (used in large-scale parallel computer system for fast simulation of large molecules parallel molecular dynamics) of the original code
High-Performance-Computing-
- 一本关于高性能计算的好书,国外大牛写的,通俗易懂,全面而不繁琐。读懂它你就能写好自己的算法-A good book on high performance computing, foreign, Daniel, and user-friendly, comprehensive but not cumbersome. Read it you will be able to write their own algorithms
MPI
- 高性能并行编程技术-基于MPI的并行计算教程-The high performace of technique of parallel-base on MPI
GPU-BBSort
- 基于GPU高性能并行计算的快速排序算法,比传统CPU速度快几十倍-BBsort Method with GPUs
GPU高性能编程CUDA实战中文版
- 并行计算新手入门书籍,分析的简单透彻,实例举一反三,CUDA入门的好书(Parallel computing novice entry books, analysis of simple and thorough, examples of drawing inferences from others, CUDA entry of good books)
GPU高性能编程CUDA实战
- GPU高性能编程CUDA实战(Jason Sanders;Edward Kandrot著)聂雪军等译(CUDA By Example an Introduction to General-Purpose GPU Programming)
GPU高性能运算之CUDA
- GPU高性能运算之CUDA(主编 张舒 褚艳利 副主编 赵开勇 张钰勃)(GPU high performance computing CUDA)
matmul.tar
- 矩阵乘法的多线程并行实现,包括:simple,采用openmp对索引顺序ijk(一般写法)的循环实现并行;opt,采用openmp对索引顺序ikj(向量化友好)的循环实现并行;mkl,调用高性能数学库实现矩阵乘法。(Multi-thread parallelization of matrix-matrix multiplication: "simple" case, ijk loop (usual pattern); "opt" case, ikj (ve
GPU高性能编程CUDA实战—示例代码
- 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi stream code.)