English 中文(简体)
课程——GPU HPC
原标题:Courses - GPU HPC
  • 时间:2011-01-11 05:51:56
  •  标签:
  • gpu
  • hpc

我的学校在春天向万国邮联和太平洋共同体提供。 我感到困惑。 从行业角度来说,有人告诉我什么路要走。

Thanks, Supraja J

最佳回答

取决于这些课程提供什么。

Assuming the HPC course covers some parallel programming models like MPI, PGAS, OpenMP, etc.. and that the GPU course covers CUDA and OpenCL.. I would take the HPC course first. Familiarizing yourself with one of the standard parallel programming models first will definitely help in understanding the GPU programming models such as CUDA, which need some prerequisite understanding of the SMPD (Single Program Multiple Data) model of parallelism.

问题回答

我会这样做。 如果我被迫选择,我会走进人类党的路线,因为这条路可能更通用。





相关问题
Please recommend an alternative to Microsoft HPC [closed]

We aim to implement a distributed system on a cluster, which will perform resource-consuming image-based computing with heavy storage I/O, having following characteristics: There is a dedicated ...

.net 4.0 Task Parallel Library vs. MPI.NET

Does .net 4.0 Task Parallel Library replace MPI.NET for High-performace computings? MPI.NET found here http://www.osl.iu.edu/research/mpi.net/svn/ is a high-performance, easy-to-use implementation of ...

Error handling strategies for Microsoft HPC tasks

I have a .NET app that will be spawning tasks to run on an MS HPC cluster. We re not using any of that fancy DryadLINQ stuff, just remotely executing an exe on the cluster and passing arguments via ...

HPC (mainly on Java)

I m looking for some way of using the number-crunching ability of a GPU (with Java perhaps?) in addition to using the multiple cores that the target machine has. I will be working on implementing (at ...

How to manipulate *huge* amounts of data

I m having the following problem. I need to store huge amounts of information (~32 GB) and be able to manipulate it as fast as possible. I m wondering what s the best way to do it (combinations of ...

C++ programming for clusters and HPC

I need to write a scientific application in C++ doing a lot of computations and using a lot of memory. I have part of the job but due to high requirements in terms of resources I was thinking to ...

Test MPI on a cluster

I am learning OpenMPI on a cluster. Here is my first example. I expect the output would show response from different nodes, but they all respond from the same node node062. I just wonder why and how I ...

MPI , Sungrid vs JPPF?

I have a little experience with SungridEngine and MPI (using OpenMPI). Whats the different between these frameworks/API and JPPF?

热门标签