Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 216 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 216 Bytes

CudaSHA256

Simple tool to calculate sha256 on GPU using Cuda

Built

nvcc main.cu

Run

./a.out <some test file> <another test file> ...
or
nvprof ./a.out <some test file> <another test file> ...