woshidama323 / CudaSHA256

Simple tool to calculate sha256 on GPU using Cuda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple tool to calculate sha256 on GPU using Cuda


Languages

Language:Cuda 100.0%