Ask Your Question
0

How to use a GPU for HPC?

asked 2019-06-01 04:43:25 +0200

updated 2019-06-01 04:44:28 +0200

From a sage code parallelized with map_reduce, what should be done for the computation to use a GPU (for high performance computing)?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
4

answered 2019-06-06 21:33:39 +0200

Hivert gravatar image

I don't think GPU are tailored for those kind of computation. That is GPU are mostly designed to do embarasingly parallel (ie: flat) number crunching, whereas the map reduce I wrote in Sage solve highly recursive parallel problem. Those are very different kinds of problems which need very different load balancing algorithms.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-06-01 04:43:25 +0200

Seen: 770 times

Last updated: Jun 06 '19