6409 - OOP-FP GPU Programming and Debugging using Open-Source GpuScript.pdf

编号:651492 PDF 19页 135.79MB 下载积分:VIP专享
下载报告请您先登录!

6409 - OOP-FP GPU Programming and Debugging using Open-Source GpuScript.pdf

1、Alan RockOOP/FP GPU Programming and Debugging using Open-Source GpuScript OOP/FP GPU Programming and Debugging using Open-Source GpuScript Alan RockARTIFICIAL INTELLIGENCE(AI)HardwareSingle GPU in a single PC or laptop computerSupercomputersGPU super-clustersGPU Development ToolsWrite,modify,and deb

2、ug GPU codeCritical routines to entire applicationsAlgorithms combined with programming techniquesReduce algorithm time complexity from O(N!?)to O(1)Solve problems in seconds instead of years or decadesEnhanced High-Performance ComputingThe picture cant be displayed.HardwareBuildPower/hrTime Share/h

3、rSpeed,TFLOPSCPU$1,000$0.01$0.01 0.1GPU$1,500$0.01$0.01 20GPU with GS$1,500$0.01$0.01 20,000Supercomputer$100,000,000$1,000$5,000 800,000GPU supercluster$100,000,000,000$25,000$160,000 260,000,000The picture cant be displayed.Highly productive developmentFull debugging supportCode generationExtensiv

4、e libraries for both graphics and computationEasy to learn and useFamiliar development environmentFamiliar high-level programming languageWidely accessible,free and open sourceGPU Development ToolsParallel algorithms can reduce an algorithms time complexity,or Big-O,within limits of GPU memory and p

5、rocessor count.FFT=2048 samplesMatrix multiply=2048x2048Traveling Salesman=4500 citiesParallel AlgorithmsAlgorithmCPUGPUMinO(n)O(1)MaxO(n)O(1)SumO(n)O(1)SortO(n log n)O(1)FFTO(n log n)O(1)Matrix multiplicationO(n3)O(1)Matrix inversionO(n3)O(1)Singular Value Decomposition O(n3)O(1)Dynamic Programming

6、O(2n)O(n)Traveling SalesmanO(n!)O(n)Neural NetworksO(n!)O(1)Algorithms:Billion Nested Loop100,000 times faster:1 sec:1 dayMatrix MultiplicationCPU:O(N3)GPU:O(N)GPU with atomic functions:O(1)Prime Numbers:Sieve of EratosthenesGPU:O(1)Algorithms:Counting sort is O(1)for 2048 lists

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(6409 - OOP-FP GPU Programming and Debugging using Open-Source GpuScript.pdf)为本站 (芦苇) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠