Commit Graph

1189 Commits (6be99f523c1f5b86818825923d04bc22080f43fb)
 

Author SHA1 Message Date
jsteube 6be99f523c Limit scrypt to 64 threads has no performance impact but makes it easier to handle
8 years ago
jsteube 8702d0e3e1 Workaround memory allocation limit from OpenCL by using multiple buffers for scrypt
8 years ago
jsteube 4ed8977e48 Dynamic tmp_t length for scrypt
8 years ago
Jens Steube 37bf9d65b0 Do our own include-file permission check before an OpenCL runtime fails loading them and erroring out with a confusing error messages like "file not found"
8 years ago
Jens Steube 3370820109 Merge pull request #392 from unix-ninja/master
8 years ago
Unix-Ninja d8bb00cf77 Make POSIX limits.h explicit declaration
8 years ago
Unix-Ninja 2188a01ae9 Refactor OSX preprocessor constants to read 'DARWIN'
8 years ago
jsteube 115c95eb02 Use dedicated variables to control shutdown of parallel threads like keypress and monitoring
8 years ago
Jens Steube cf9c184cd5 Set exhausted status was too late
8 years ago
Jens Steube 772e2ac33f Fix benchmark devices_status bug
8 years ago
Jens Steube ed1863c263 Move macros DGST_R0 - DGST_R3 to host, define dgst_size for opencl kernel from host; both at runtime
8 years ago
jsteube 0e68b2af25 Don't use device_processor_cores for scrypt
8 years ago
jsteube 6191e8bf79 Fix reset to automatic for NvAPI
8 years ago
jsteube 49811cfee1 Set fanspeed to automatic on shutdown
8 years ago
jsteube 78c1d45b09 Disable use of nvmlDeviceSetComputeMode() and nvmlDeviceSetGpuOperationMode() - no advantage of using it
8 years ago
jsteube de1d1da454 Disable some of NVMLs useless throttle reasons
8 years ago
jsteube a5baa829c5 Move thread_monitor() to outer threads
8 years ago
jsteube 5c338de519 Fix race condition in thread_keypress
8 years ago
jsteube 057909fdfd Do not overwrite quit status when user forced it with keypress
8 years ago
jsteube c081d3cf05 Fix a bug related to --limit
8 years ago
jsteube 3a275a95e6 Fix some devices_status handling
8 years ago
jsteube 6ab712d247 Add some small section with basic examples to --help; some device status fixes
8 years ago
Jens Steube a5a38620d4 Move keyspress detecting thread to outer loop
8 years ago
Jens Steube e7df9b112a windows path update
8 years ago
Jens Steube 7f37bcc9c2 Merge pull request #390 from philsmd/master
8 years ago
philsmd ffd90774fc
do not ignore keypress / status changes
8 years ago
Jens Steube f4a6585c58 Merge pull request #388 from unix-ninja/master
8 years ago
Unix-Ninja fce2363fec Clean end-of-line output usage (not actually POSIX)
8 years ago
Unix-Ninja 78a819417b Add -D short flag for --opencl-device-types
8 years ago
Jens Steube 1550b9de07 OSX didn't know about MAX_PATH, had to include limits.h; Use heap not stack memory
8 years ago
Jens Steube 6d2aa559a6 Windows doesn't accept escape characters, falling back to old method for windows
8 years ago
Jens Steube 268b1e3ad0 Remove workaround with multiple include folders; Instead use a naive escape function
8 years ago
Jens Steube 68f040680a Merge pull request #387 from philsmd/master
8 years ago
philsmd 79d02466af
cosmetic fix: don't show prompt and warning within the same line
8 years ago
Jens Steube 8298cd4926 Drop -m 190, no reason to keep it
8 years ago
Jens Steube c172da1bd2 Evil bug fixed caused by variable-name collision
8 years ago
Jens Steube fe18f51406 Fix invalid error CL_INVALID_VALUE caused by a zero length copy when using large hashlists
8 years ago
Jens Steube 49360a6dd7 Merge pull request #385 from NSAKEY/master
8 years ago
_NSAKEY 26dada5a19 Capitalization.
8 years ago
_NSAKEY c713196d8b Another trivial log message edit.
8 years ago
Jens Steube 2a88323d9c Merge pull request #384 from NSAKEY/master
8 years ago
_NSAKEY 2504b59eea Trivial log message touch-ups.
8 years ago
jsteube 39042d39e8 Fix a race condition in output file handling
8 years ago
jsteube e3c499c75d Add GTX 1070 to tuning database
8 years ago
Jens Steube 5a2f0bb5be Remove benchmark info; Better align status display if more than 9 devices
8 years ago
Jens Steube adb170f887 Merge pull request #380 from usernamestaken/master
8 years ago
radix 5d41b93514
Update wording on some warning messages.
8 years ago
Jens Steube e01a2143d2 Merge pull request #379 from 0xbsec/patch-1
8 years ago
Jens Steube 09bb592aed Merge pull request #378 from dropdeadfu/master
8 years ago
M. Hasbini 6bd6a3fa66 Removed duplicate rule 'cl' & 'l'
8 years ago