文件名称:GPU计算的模式和行为-C/C++开发
文件大小:709KB
文件格式:ZIP
更新时间:2024-06-15 15:28:16
C/C++ Concurrency
moderngpu 2.0(c)2016 Sean Baxter您可以在此处给我留言,请访问完整建设的github wiki文档。 最新更新:2.12 2016年6月8日-解决了从unaligne moderngpu 2.0(c)2016加载时load_two_streams_reg中的问题。您可以在此处放我一行,有关正在建设中的github wiki的完整文档。 最新更新:2.12 2016年6月8日-解决了从未对齐类型加载时load_two_streams_reg中的问题。 moderngpu是用于GPU上通用计算的生产力库。 它是为CUDA编写的仅标头C ++库。 该库的独特价值在于其用于解决不规则并行问题的加速原语。 发行说明2.11 2016年6月
【文件预览】:
moderngpu-master
----Makefile(4KB)
----src()
--------moderngpu()
----LICENSE.md(2KB)
----README.md(3KB)
----demo()
--------graph.cxx(1KB)
--------bfs.cu(3KB)
--------cities.cu(9KB)
--------graph.hxx(222B)
--------bfs2.cu(4KB)
--------bfs3.cu(5KB)
--------statecity.csv(1.58MB)
----tests()
--------test_mergesort.cu(713B)
--------test_compact.cu(1KB)
--------test_bulkinsert.cu(524B)
--------test_sortedsearch.cu(974B)
--------test_intervalexpand.cu(148B)
--------test_join.cu(238B)
--------test_scan.cu(615B)
--------test_reduce.cu(1KB)
--------test_segsort.cu(2KB)
--------test_intervalmove.cu(496B)
--------test_load_balance.cu(783B)
--------test_bulkremove.cu(510B)
--------test_merge.cu(1021B)
--------test_segreduce.cu(2KB)
----tutorial()
--------tut_03_launch_box.cu(1KB)
--------tut_01_transform.cu(2KB)
--------tut_02_cta_launch.cu(2KB)
--------tut_05_iterators.cu(2KB)
--------tut_04_launch_custom.cu(1KB)