Parallel Computing Platform: Overview and Future Directions
- Posted: Oct 13, 2008 at 8:00 AM
- 55,641 Views
- 9 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Since we keep hearing about how the teams working on parallelism are testing things out on massive many-core machines, can we have another video about the testing labs? There was a cool one back during the Vista beta cycle, and it would be neat to talk about what kind of massive hardware these frameworks are being tested against. It's nothing important, just a "cool factor" thing since a 26 core machine is way beyond the budget of most of us...combined.
Bah!
Parallelism is huge, huge, huge for us. We've fought so many times with locks and deadlock problems and throughput in our code; we want better parallelism abstractions. I'd say it's #1 or #2 on my wishlist for C# vNext.
Thanks for the interesting video!
the power of gpu:s is staggering, and microsoft has this secret awsome .net project that could harness that
but the accelerator guys did some gpu computing using dx9.. that stuff goes a long way
the power of gpu:s is staggering, and microsoft has this secret awsome .net project that could harness that
sorry for double posting (and posting weirdly) but the edit post function doesnt seem to work.. (tried ie8 and ff3 :/ )
Truth is, Accelerator by now is far from being a potential concurrent for other GPGPU libraries such as CUDA.
Accelerator now just provides access to the ParallelArrays lib which just provide basic operations on arrays, and delayed computation. For basic operations it's great. But when you want to work on advanced GPGPU projects, it's not enough... You don't have enough control on what you're actually programming. While using Accelerator you actually have no idea of what's going on the GPU. I hope the next version will provide more low-level control.
I really wish I could have a conversation with David Callahan to discuss my thoughts on how I want to disprove his findings at Cray concerning mainstream end consumer concurrency. I respect him and I want to do my part by allowing us all to get past this concurrency problem though. I'd really enjoy knowing what David Callahan's opinion about my relativistic computation idea, and tips on large scale implementation details that his experience is invaluable to have.
Remove this comment
Remove this thread
close