Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Sam-Gresh/GPPRL
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Gresh committed May 14, 2022
2 parents b33ae9f + 399ec78 commit 453613e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# GPPRL
Massively Parallel PPRL implementation using CUDA C and Python

1. Install CUDA: https://developer.nvidia.com/cuda-downloads

2. Compile the CUDA executable:
```
nvcc dice-gpu-optimized.cu -o dice-gpu-optimized
```

3. Run the python script
```
match-cuda.py <Zip 1 path> <Zip 2 path> <Threshold>
python match-cuda.py "E:\path\to\sources\x.zip" "E:\path\to\sources\y.zip" 0.85
```

0 comments on commit 453613e

Please sign in to comment.