文件名称:pagerank-sparse:使用CUDA工具包的稀疏图的PageRank(PR)算法
文件大小:229KB
文件格式:ZIP
更新时间:2024-04-06 15:32:05
C++
使用CUDA工具包的稀疏图的PageRank(PR)算法。 注意:执行时间不包括内存分配。 它是提前完成的。 0/17 tests failed. Loading graph ... order: 29008 size: 38416 {} order: 29008 size: 38416 {} [00885.7 ms] pageRankPush [00009.5 ms] pageRank [00020.1 ms] pageRankCuda ==1163== NVPROF is profiling process 1163, command: ./a.out data/aug2d.mtx ==1163== Profiling application: ./a.out data/aug2d.mtx ==1163== Profiling result: Type T
【文件预览】:
pagerank-sparse-main
----.gitignore(6KB)
----README.md(4KB)
----LICENSE(1KB)
----tests.h(12KB)
----runs.h(2KB)
----src()
--------lowerBound.h(862B)
--------main.h(494B)
--------_graph.h(1KB)
--------range.h(2KB)
--------write.h(451B)
--------copy.h(306B)
--------filter.h(2KB)
--------erase.h(240B)
--------_support.h(6KB)
--------fill.h(2KB)
--------DiGraph.h(8KB)
--------CompactDiGraph.h(6KB)
--------transform.h(2KB)
--------pageRank.h(9KB)
--------ceilDiv.h(305B)
--------read.h(484B)
--------errorAbs.h(2KB)
--------transpose.h(542B)
--------_cuda.h(2KB)
--------multiply.h(3KB)
--------add.h(3KB)
--------components.h(587B)
--------count.h(390B)
--------Graph.h(514B)
--------measureDuration.h(705B)
--------find.h(445B)
--------dfs.h(418B)
--------dotProduct.h(2KB)
--------insert.h(248B)
--------dfsEnd.h(429B)
--------sum.h(3KB)
--------print.h(1KB)
----fetch.sh(253B)
----data()
--------min5c.mtx(271B)
--------min2c.mtx(130B)
--------min2d.mtx(93B)
--------aug2d.mtx(575KB)
--------minnv.mtx(118B)
----main.cu(945B)