A confusion regarding SL3
#4
yeah, it is correct, massively parallel architectures require to work with huge blocks of plaintext candidates on every kernel launch. it can (but not must) happen that the cracked plaintext was at the end of such a block, then a fresh new one begun while a parallel thread that handles the success message wasnt started. there are no locking mutexes to control this thread since it is not required in single hash cracking because in single hash cracking it will crack only 1 time a hash.


Messages In This Thread
A confusion regarding SL3 - by .::Rizwan::. - 09-05-2011, 12:25 PM
RE: A confusion regarding SL3 - by Rolf - 09-05-2011, 12:45 PM
RE: A confusion regarding SL3 - by .::Rizwan::. - 09-05-2011, 02:01 PM
RE: A confusion regarding SL3 - by atom - 09-05-2011, 07:31 PM
RE: A confusion regarding SL3 - by .::Rizwan::. - 09-05-2011, 10:52 PM