Cuda-Histogram:支持CUDA的GPU的广义直方图

时间:2024-06-01 05:39:11
【文件属性】:

文件名称:Cuda-Histogram:支持CUDA的GPU的广义直方图

文件大小:4.57MB

文件格式:ZIP

更新时间:2024-06-01 05:39:11

C

广义CUDA直方图v0.1自述文件 版权所有Teemu Rantalaiho 2011-2012-电子邮件:“ firstname”。“ lastname” @ helsinki.fi 此文件包含快速介绍,以及有关如何将通用直方图代码用于支持CUDA的GPU的快速说明。 该代码快速且通用,并且已通过使用功能对象作为模板参数来实现抽象。 因此,API是C ++,但是具有最少的C ++功能。 我们这里所说的快速是指在常见用例中,它赢得了CUDA已知的直方图算法多达40%到135%(例如NVIDIA Performance Primitives的1通道和4通道256 bin直方图-在v.4.0.17)。 我们所说的泛型是指它支持任意的bin大小和类型,这意味着您基本上可以使用此代码执行任何直方图类型的操作。 只要您需要将某些值“汇总”到bin中,此代码就可以做到; 您也可以用任何关联和可交换的


【文件预览】:
Cuda-Histogram-master
----cuda_rnd.h(5KB)
----test_mapreduce()
--------test_random.cu(4KB)
--------mersenne_inline.c(6KB)
--------test_reduction.cu(30KB)
--------mersenne.h(199B)
--------ising.cpp(37KB)
--------.gitignore(7B)
----tests_histogram()
--------test_advanced.cu(7KB)
--------test_perf.cu(20KB)
--------test_image_8b_4AC.cu(19KB)
--------tex_h.raw(384KB)
--------test_mem_multi16.cu(13KB)
--------test_indices.cu(8KB)
--------test_mem_multi_4int.cu(12KB)
--------lemon.mvd(1.32MB)
--------test_3d.cu(16KB)
--------test_sum_rows.cu(12KB)
--------test_image_8b_4C.cu(16KB)
--------test_stress.cu(10KB)
--------texture.raw(768KB)
--------logo_small.raw(6.41MB)
--------test_image_8b_1C.cu(17KB)
--------feli.raw(768KB)
--------.gitignore(7B)
--------test_minimal.cu(2KB)
--------test_simple.cu(6KB)
--------test_stress_multi.cu(10KB)
----warp_standard.h(6KB)
----benchmarks()
--------perfres_load_2090.csv(4KB)
--------perf_load_2090.png(14KB)
--------plot_perf.p(3KB)
--------perf_degen.png(15KB)
--------perf_load_2090.eps(22KB)
--------perfres_rnd_2090.csv(4KB)
--------perfres_degen.csv(4KB)
--------perf_rnd_2090.eps(22KB)
--------perf_load.png(15KB)
--------perf_rnd.eps(22KB)
--------perf_rnd_2090.png(16KB)
--------perfres_degen_2090.csv(4KB)
--------perfres_rnd.csv(4KB)
--------plot_perf_2090.p(3KB)
--------plot_perf.p~(3KB)
--------perf_rnd.png(16KB)
--------perf_degen.eps(22KB)
--------perfres_load.csv(4KB)
--------perf_degen_2090.png(15KB)
--------README.md(834B)
--------perf_degen_2090.eps(22KB)
--------perf_load.eps(23KB)
----cuda_forall.h(7KB)
----cuda_reduce.h(32KB)
----cuda_histogram.h(140KB)
----README.md(13KB)

网友评论