/CudaSHA256

Simple tool to calculate sha256 on GPU using Cuda

Primary LanguageCuda

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> ...