Download presentation
Presentation is loading. Please wait.
Published byGervase Thompson Modified over 9 years ago
2
“Till about 2002 you could safely misinterpret Moore’s law as promising that clock speeds would double every 18 months. Actually what it says is that circuit densities will double every 18 months.” 2 “It would be great if a startup could give us something of the old Moore's Law back, by writing software that could make a large number of CPUs look to the developer like one very fast CPU” “Not any more. Intel can no longer give us faster CPUs, just more of them.” (Paul Graham) GPU as a Service (GaaS) - AWS Hackathon Berlin 2012
3
3 Ruby on Rails GaaS API EC2 (cg1.4xlarge) NVidia CUDA GPU 1 GPU 2 PC Android
4
GPU as a Service (GaaS) - AWS Hackathon Berlin 2012 4 GaaS API EC2 (cg1.4xlarge) GPU 1 PC Android GPU 1 NVidia CUDA Low-level service EC2 (cg1.4xlarge) GPU 1 NVidia CUDA Low-level service Job Queue (Amazon SQS) EC2 (m1.medium) Ruby on Rails
5
GPU as a Service (GaaS) - AWS Hackathon Berlin 2012 5 Live Demo!
6
GPU as a Service (GaaS) - AWS Hackathon Berlin 2012 6 Network: n * k net CPU comp: n * k cpu CUDA comp: n * k cuda Benchmark #1: Vector addition CPU total: n * k cpu EC2 total: n * (k net + k cuda ) k cuda << k cpu << k net :-(
7
GPU as a Service (GaaS) - AWS Hackathon Berlin 2012 7 Benchmark #2: Matrix multiplication Network: n 2 * k net CPU comp: n 2,8 * k cpu CUDA comp: n 2,8 * k cuda CPU total: n 2,8 * k cpu EC2 total: n 2 * k net + n 2,8 * k cuda k cuda > n 2 :-)
8
GPU as a Service (GaaS) - AWS Hackathon Berlin 2012 8 GaaS up! http://doiop.com/gaas
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.