Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~133 People Reached
Favorite Forums
Member Avatar for johnpr

I am new to MPI and dont know how to even approach this I am vaguely familiar with Bitonic Sort and so I am having a lot of trouble here any ideas of where to start?

Member Avatar for Phaelax
0
51
Member Avatar for johnpr

I am trying to learn CUDA and want to know how to deal with nested loops and things I was wondering how you might code this in CUDA [CODE] float a[1024][1024], b[1024]; for (i=0; i<1024; i++) for (j=0; j<1024‐i; j++) b[i+j] += arbitrary_function(a[i][j]); [/CODE]

Member Avatar for Phaelax
0
82