GT 755M vs GT 740M - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: Hardware (https://hashcat.net/forum/forum-13.html) +--- Thread: GT 755M vs GT 740M (/thread-6129.html) |
GT 755M vs GT 740M - xsmart - 12-19-2016 Hello everybody! I'm a little confused. What we have: GT 755M on GK107: And GT 740M on GK208 So, what's the catch? Why the speed of GT 740M (GK 208) is twice faster than GT 755 M (GK 107)? RE: GT 755M vs GT 740M - xsmart - 12-19-2016 And i really don't understand why does it writes: "Old CUDA chipset 3.0 detected, OpenCL performance is reduced. For ideal hashcat performance on NVIDIA GPU you need Shader Model 5.0 or higher" RE: GT 755M vs GT 740M - atom - 12-22-2016 The GPU is bad for cracking if the NVIDIA OpenCL runtime returns it as Shader Model 3.0 RE: GT 755M vs GT 740M - aprizm - 12-22-2016 Ok great so im not the only one getting this error. Is it because our graphic card is too old? I have a gtx780 RE: GT 755M vs GT 740M - xsmart - 12-25-2016 Look at the screenshot in the second post. Shader model version is 5.0 ! There is some bug in OpenCL drivers or hashcat itself And in the first post I had shown that at almost same GPU (GK208 even worse) there is no such error RE: GT 755M vs GT 740M - atom - 12-25-2016 Then OpenCL runtime reports it back as SM 3.0. If you want to complain you need to go to nvidia forum. We have nothing to do with it. You can also use clinfo to retrieve that info, just to make sure it's not somehow wronly interpreted by hashcat. RE: GT 755M vs GT 740M - xsmart - 12-25-2016 I guess I understand. I have just looked the source code and have seen next: Code: CL_rc = hc_clGetDeviceInfo (hashcat_ctx, device_param->device, CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV, sizeof (sm_major), &sm_major, NULL); For chip GK208 Cuda compute capability version is 3.5, and it is obviously the reason why GK208 shows better performance There is a table here where are shown various chips and their compute capabilities. So I think the warning message should be changed. P. S. Thank you for attention and sorry for my English RE: GT 755M vs GT 740M - atom - 12-26-2016 Added with https://github.com/hashcat/hashcat/commit/45479978c473bd728700b89d61bb60f84728e540 |