GT 755M vs GT 740M
#7
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);
This parameter is NOT a shader model. It is called Cuda Compute Capability. And, yes, in my adapter on chip GK107 it version is 3.0
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 Smile


Messages In This Thread
GT 755M vs GT 740M - by xsmart - 12-19-2016, 02:27 PM
RE: GT 755M vs GT 740M - by xsmart - 12-19-2016, 06:38 PM
RE: GT 755M vs GT 740M - by atom - 12-22-2016, 02:53 PM
RE: GT 755M vs GT 740M - by aprizm - 12-22-2016, 07:23 PM
RE: GT 755M vs GT 740M - by xsmart - 12-25-2016, 10:49 AM
RE: GT 755M vs GT 740M - by atom - 12-25-2016, 03:50 PM
RE: GT 755M vs GT 740M - by xsmart - 12-25-2016, 05:55 PM
RE: GT 755M vs GT 740M - by atom - 12-26-2016, 01:04 PM