Skip to content

Instantly share code, notes, and snippets.

View tteon's full-sized avatar
🎯
Focusing

Ii tae jeong tteon

🎯
Focusing
View GitHub Profile
@tteon
tteon / README.md
Created July 5, 2023 03:38 — forked from SkBlaz/README.md
Randomwalk PageRank in numba. Multithreaded CPU and single CUDA-GPU implementation.

README

Setup

Create conda environment with:

conda create -n pagerank35 python=3.5 numba pyculib cudatoolkit networkx