Custom OpenCL kernel question
#3
(06-22-2018, 09:52 AM)atom Wrote: If both salts are fixed you can hardcode them into the kernel code, saves you some work. See kernel 2610 to get any idea on how to start.

Interestingly, I can't find any mentions on 2610 algorithm in src/interface.c

Thanks for the tip, looking into it!

EDIT: ok, I think I got it - it's just a general type kernel which is used in multiple algorithms.


Messages In This Thread
Custom OpenCL kernel question - by hashdawg - 06-21-2018, 03:01 PM
RE: Custom OpenCL kernel question - by atom - 06-22-2018, 09:52 AM
RE: Custom OpenCL kernel question - by hashdawg - 06-22-2018, 10:16 AM
RE: Custom OpenCL kernel question - by hashdawg - 06-23-2018, 01:55 PM
RE: Custom OpenCL kernel question - by hashdawg - 06-23-2018, 11:51 PM