One of the things my group does while developing parallel programming models is to try to comprehend the application programming models and patterns that our tools will be used to implement. We believe this is essential to any work on programming tools, especially with the resurgence of parallel computing because domain knowledge helps enormously in deciding appropriate parallelization strategies.
It sounds obvious, but it’s surprising to me how often this isn’t the case with tools developers. With our work on Ct, we’ve been looking at a pretty broad set of applications, including image/video/signal processing, games, and select High Performance Computing market segments (the traditional niche of parallel computing). In the last category, computational finance or financial engineering has garnered a lot of attention for a few reasons. First, parts of applications are archetypical Throughput Computing workloads. That is, these algorithms have a seemingly insatiable appetite for compute cycles and they exhibit a lot of parallelism. Second, much attention around GPGPU has focused around computational finance (GPUs do quite well with a subset of throughput computing workloads). Third, IT spending in the financial services is a significant percentage of global IT spending. Besides these reasons, we found enough diversity in the required data parallel programming patterns that we chose to use this field as a case study for our first externally published application note (there are more on the way). Please check it out and send me your comments.Intel Labs
Connect With Us
Related Links
Recent Comments
- Qingfeng Zhu on The Third Eye View
- Anil on The Third Eye View
- Olajfestmény on Intel and Stanford Researchers Reveal Peptide Chip Details to Categorize Diseases and Analyze Protein Interactions
- Tony Rivers on Intel and Stanford Researchers Reveal Peptide Chip Details to Categorize Diseases and Analyze Protein Interactions
- Neel on Our ISTC-VC will rock at SIGGRAPH 2012
Categories
Tags
#IntelR&Dday 80-core @idf08 Big Data Cloud Computing Ct CTO energy efficient Future Lab Future Lab Radio IDF IDF2008 IDF 2010 Immersive Connected Experiences innovation Intel Intel Labs Intel Labs Europe Intel Research ISSCC Justin Rattner many core microprocessor mobility multi-core parallel computing parallel programming radio Rattner ray tracing research Research@Intel Research At Intel Day Robotics security silicon silicon photonics software development Stanford technology terascale virtual worlds Wi-Fi WiMAX wireless






3 Responses to Throughput Computing for Risk: A Quick Note on Financial Engineering
Recently quite a number of companies have made progress in what is called HPC SOA programming models to address exactly the same problem. Companies like Platform Computing, Datasynapse, and Digipede, as well as Microsoft all have such application middleware.
Platform’s Symphony DE is available for free download and use from http://my.platform.com/
Like to know people’s comments on these approaches as alternatives to MPI.
So when detailed description of Ct and/or prototype/beta implementation may be available?
http://techresearch.intel.com/userfiles/en-us/File/terascale/Ct-appnote-option-pricing.pdf
is very interesting – and multicore scalability is VERY impressive.
But why there are no absolute performance numbers (only speedup)?
It’s also not clear what data sizes are (vector sizes etc) and how main memory bottleneck could be avoided with 8 cores if speedup is indeed 50-100x (or more).
CPUs used (Xeon 5345) is kind of outdated already. Why can’t you test with (for example) E5472?