Jens Steube
|
a9e3ef0576
|
In benchmark-mode, do not depend any longer on a fixed time, better use a single iteration instead
|
2016-02-15 12:38:54 +01:00 |
|
Jens Steube
|
8af57d55f4
|
Disable GPU-Temp monitoring during benchmark
|
2016-02-14 20:15:14 +01:00 |
|
jsteube
|
f1e0cd6d56
|
Autotune: 200 loops should be fine for a start
|
2016-02-14 20:07:16 +01:00 |
|
Jens Steube
|
515385c57d
|
Add dedicated steps for loops and accel
|
2016-02-14 18:23:21 +01:00 |
|
Jens Steube
|
72e0553e44
|
Fixed a missing condition
|
2016-02-14 15:50:29 +01:00 |
|
Jens Steube
|
c09bc848f7
|
Autotuning engine prototype
|
2016-02-14 15:45:52 +01:00 |
|
Jens Steube
|
c0293928dd
|
Prepare for better autotuning capabilities
|
2016-02-13 16:07:58 +01:00 |
|
Gabriele 'matrix' Gristina
|
c97dbf56cb
|
Fix bug in weak_hash_check(), wrong kernel_loops assigned
|
2016-02-12 14:04:13 +01:00 |
|
Jens Steube
|
2dfe9200d6
|
Remove Wordload-Profiles from tuningdb, we can simply calculate it
|
2016-02-11 14:16:08 +01:00 |
|
Jens Steube
|
10dc25f807
|
Merge pull request #217 from magnumripper/master
Use device's preferred vector width, not its native one.
|
2016-02-11 10:08:57 +01:00 |
|
jsteube
|
5c01349ba6
|
Update event handling to workaround event handling error in nvidia opencl runtime
|
2016-02-11 09:54:50 +01:00 |
|
magnum
|
162bc25a3d
|
Use device's preferred vector width, not the native one. Also, don't
assume vector width for 'long' is half of that for 'int'.
|
2016-02-10 23:43:08 +01:00 |
|
Gabriele 'Matrix' Gristina
|
20ee62e196
|
Revert "Use per-device timer resolution in total_time calculations"
|
2016-02-10 22:31:43 +01:00 |
|
Jens Steube
|
02ad834c7f
|
Added new concept of a tuning database; tryout phase
|
2016-02-10 20:40:21 +01:00 |
|
Jens Steube
|
8d85b7539d
|
Fixed a bug in line counter: Conditional jump or move depends on uninitialised value
|
2016-02-10 16:56:51 +01:00 |
|
Jens Steube
|
e80541d6dd
|
Check for allocatable device-memory depending on kernel_accel amplifier before trying to allocate
|
2016-02-10 13:31:04 +01:00 |
|
Gabriele 'matrix' Gristina
|
523a7bfe93
|
Use CL_DEVICE_PROFILING_TIMER_RESOLUTION per-device value in total_time calculations
|
2016-02-09 21:48:18 +01:00 |
|
Jens Steube
|
9fc360e39d
|
Added the execution time of the running kernel to the status display
|
2016-02-09 20:01:50 +01:00 |
|
Gabriele 'matrix' Gristina
|
74be8e2e25
|
skip device if buildProgram() fail
|
2016-02-07 21:20:10 +01:00 |
|
Jens Steube
|
6d37c123a5
|
Merge branch 'master' of https://github.com/hashcat/oclHashcat
|
2016-02-06 23:22:38 +01:00 |
|
Jens Steube
|
ab5ecd8eaa
|
Fix some updated buffer sizes and new optimizer descriptions
|
2016-02-06 23:22:26 +01:00 |
|
Jens Steube
|
952c20e0f8
|
Merge pull request #211 from gm4tr1x/issue150
Fixed "VENDOR_ID" format (probably relate with issue #150)
|
2016-02-06 22:08:34 +01:00 |
|
Gabriele 'matrix' Gristina
|
91fae7e49a
|
Fixed bug in 8900 (probably relate with issue #150)
|
2016-02-06 19:36:00 +01:00 |
|
Gabriele 'matrix' Gristina
|
e2db8afdf8
|
Add missing pthread_setaffinity_np for osx
|
2016-02-06 18:00:04 +01:00 |
|
Gabriele 'matrix' Gristina
|
5953130062
|
Fix clEnqueueNDRangeKernel() error -54
|
2016-02-06 15:40:22 +01:00 |
|
Jens Steube
|
8650212b80
|
Remove Workload display in benchmark, remove unused variable
|
2016-02-05 17:26:51 +01:00 |
|
Jens Steube
|
fa0e6fb78e
|
Merge pull request #204 from gm4tr1x/LoopAccelMod
gpu loops/accel per-device
|
2016-02-05 17:17:04 +01:00 |
|
Gabriele 'matrix' Gristina
|
fa7465aa86
|
gpu loops/accel per-device
|
2016-02-05 15:27:09 +01:00 |
|
Jens Steube
|
22834781f5
|
Hack in NvAPI_GPU_GetCoolerSettings(); Enables query fanspeed in percentage on windows
|
2016-02-05 11:28:31 +01:00 |
|
Jens Steube
|
6c5938201b
|
Revert "Merge pull request #202 from magnumripper/master"
This reverts commit 28edfbd654 , reversing
changes made to b6f10a2a81 .
|
2016-02-04 23:32:18 +01:00 |
|
magnum
|
947a927ed2
|
Do not silently ignore -w2 for -b. Closes #201.
|
2016-02-04 23:20:37 +01:00 |
|
magnum
|
68dbaa6f8a
|
Bugfix: putenv(3) was used with a stack variable, that's a no-no.
|
2016-02-04 22:49:34 +01:00 |
|
Gabriele 'matrix' Gristina
|
89e5ed2574
|
handling possible clEnqueueFillBuffer not found in opencl lib
|
2016-02-04 21:06:19 +01:00 |
|
Jens Steube
|
2381af313d
|
Some cleanups
|
2016-02-04 15:47:52 +01:00 |
|
Jens Steube
|
4d2be9073e
|
Consolidate hardware monitoring interface status on startup
|
2016-02-04 15:07:38 +01:00 |
|
Gabriele 'matrix' Gristina
|
74db620d51
|
Add missing memset and update ext_nvapi.c header
|
2016-02-04 13:36:52 +01:00 |
|
Jens Steube
|
e01038083c
|
Update Makefile and BUILD.md
|
2016-02-04 09:44:52 +01:00 |
|
Gabriele 'matrix' Gristina
|
e67eec1ae0
|
get rid of nvidia nvapi static linking
|
2016-02-03 20:53:00 +01:00 |
|
Gabriele 'matrix' Gristina
|
f3407cd7f4
|
HWMon mod
|
2016-02-02 01:14:33 +01:00 |
|
Gabriele 'matrix' Gristina
|
88087295b3
|
Removed deprecated and unused ADL function (ADL_DisplayEnable_Set)
|
2016-02-01 15:39:44 +01:00 |
|
Jens Steube
|
f256363448
|
Merge pull request #190 from gm4tr1x/fixLoopsAccelV3
Fixed loops/accel for 6800, 11300 and 11600 (osx)
|
2016-02-01 08:08:20 +01:00 |
|
Jens Steube
|
102dee00eb
|
Merge pull request #192 from gm4tr1x/ADL_LibraryLoader
Update ADL/OpenCL Library Loader
|
2016-02-01 08:08:13 +01:00 |
|
Gabriele 'matrix' Gristina
|
d120ede655
|
Update ADL Library Loader
|
2016-01-31 23:48:38 +01:00 |
|
jsteube
|
d0d3507dc2
|
Fix TI series detection
|
2016-01-31 22:53:28 +01:00 |
|
jsteube
|
21525b74e1
|
Remove more unnecessary libOpenCL*.a related stuff
|
2016-01-31 22:01:32 +01:00 |
|
Gabriele 'matrix' Gristina
|
b542d4a431
|
Fixed loops/accel for 6800, 11300 and 11600 (osx)
|
2016-01-31 21:48:08 +01:00 |
|
Gabriele 'matrix' Gristina
|
dcb4888dd5
|
Remove unnecessary libOpenCL*.a from Makefile
|
2016-01-31 19:48:40 +01:00 |
|
Jens Steube
|
55d4904dd3
|
Merge pull request #185 from gm4tr1x/fixLoopsAccelv2
Fixed some gpu loops/accel settings
|
2016-01-31 18:27:21 +01:00 |
|
Gabriele 'matrix' Gristina
|
53faf6a24a
|
Fixed some gpu loops/accel settings
|
2016-01-31 17:38:05 +01:00 |
|
Gabriele 'matrix' Gristina
|
0a907fc210
|
Fixed typo in help
|
2016-01-31 13:59:36 +01:00 |
|