1
edit
Changes
→Kernel Attempts
</source>
Kernel Attempt 1(Not working):
<source lang="cpp">
__global__ void hash_password_kernel(unsigned long* nr, unsigned long* nr2, unsigned long* add, const char *password) {
</source>
Kernel Attempt 2(Not working):
<source lang="cpp">