80 likes | 178 Views
“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 .” .
E N D
“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.” “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
PC Android GaaS API EC2 (cg1.4xlarge) Ruby on Rails NVidia CUDA GPU 1 GPU 2 GPU as a Service (GaaS) - AWS Hackathon Berlin 2012
Android PC GaaS API EC2 (m1.medium) Ruby on Rails Job Queue (Amazon SQS) EC2 (cg1.4xlarge) EC2 (cg1.4xlarge) Low-level service Low-level service NVidia CUDA NVidia CUDA GPU 1 GPU 1 GPU 1 GPU 1 GPU as a Service (GaaS) - AWS Hackathon Berlin 2012
Live Demo! GPU as a Service (GaaS) - AWS Hackathon Berlin 2012
Benchmark #1: Vector addition CPU total: n * kcpu EC2 total: n * (knet+ kcuda) kcuda<< kcpu<< knet:-( Network: n * knet CPU comp: n * kcpu CUDA comp: n * kcuda GPU as a Service (GaaS) - AWS Hackathon Berlin 2012
Benchmark #2: Matrix multiplication Network: n2 * knet CPU comp: n2,8 * kcpu CUDA comp: n2,8 * kcuda CPU total: n2,8 * kcpu EC2 total: n2 * knet + n2,8 * kcuda kcuda<< 1 & n2,8 >> n2:-) GPU as a Service (GaaS) - AWS Hackathon Berlin 2012
GaaS up! http://doiop.com/gaas GPU as a Service (GaaS) - AWS Hackathon Berlin 2012