gat3way
gat3way
No docs for now. The error is strange though. Can you please provide the nvidia driver version?
Can you please list all the nvidia_ipb2_long_\* kernel binaries that successfully built in src/kernels ? Did the sm_11 kernel fail or was that some other kernel (590 would be sm_20...
Looks like I need to get one of those 690s I am pretty sure that commenting out that line will lead to junk data saved in the ptx files, but...
OK, sm_35 build support added in the compiler. Can you check now?
It might be also caused by API change in the opencl runtime (which would be weird but possible). Which driver version are you using? Can you grep for CL_PROGRAM_BINARIES in...
Looks like a flaw in the decompression part. Still no solution to that. P.S may I have the file in question and the right password to validate?
Yep, I see the problem now. hashkill expects to find at least one file in the archive that is compressed, however the archive contains a single stored file (uncompressed). I...
No, but that's not the biggest problem. Such a change would be a relatively long-time effort, because it would involve changing all the ocl_*.c sources. But that's probably for good....
You are talking about disk space overhead or the eventual networking overhead when clustering?
Correct and there goes the problem. The VCL approach works by queueing OpenCL commands to remote hosts then receive the function output via the net. The master host "sees" remote...