- Apr 05, 2018
-
-
ridd84 authored
-
- Apr 04, 2018
-
-
psychocrypt authored
-
psychocrypt authored
sumokoin is broken if `bfactor >= 5` is used (default for windows) sumokoin for `sm_20` is broken due to the missing extern shared memory - call phase3 kernel two times if sumokoin is enabled - create extern shared memory for phase3 kernel
-
psychocrypt authored
fix #1297 If sm_20 is mixed with other architectures the detection for the minimal supported architecture is broken.
-
- Apr 03, 2018
-
-
psychocrypt authored
- fix that version argument was not passed to extended kernel parameters
-
- Apr 02, 2018
-
-
psychocrypt authored
-
psychocrypt authored
-rename `mining_fork_height` to `*_version`
-
- Apr 01, 2018
-
-
psychocrypt authored
-
psychocrypt authored
- add `fork_height` to currency - refactor algorithm selection
-
fireice-uk authored
-
psychocrypt authored
fix #1218 - remove inline function with ugly macro :-(
-
- Mar 31, 2018
-
-
fireice-uk authored
-
fireice-uk authored
-
- Mar 29, 2018
-
-
psychocrypt authored
- documentation: change `aeon` to `aeon7` - change `case` order in `switch` statements - update README.txt
-
- Mar 28, 2018
-
-
psychocrypt authored
allow to disable the OpenCl cache - usefull for read only systems - usefull for unknown errors during cache reading
-
- Mar 27, 2018
-
-
psychocrypt authored
fix warning ``` /Users/user/xmr-stak/xmrstak/backend/amd/amd_gpu/gpu.cpp:481:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( ret = clGetProgramInfo(ctx->Program, CL_PROGRAM_BINARIES, num_devices * sizeof(char*), all_programs.data(),NULL) != CL_SUCCESS) ```
-
psychocrypt authored
- add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes
-
- Mar 26, 2018
-
-
psychocrypt authored
- remove call `IsCurrencyMonero` with `cn_select_memory`
-
- Mar 25, 2018
-
-
psychocrypt authored
fix #1202
-
psychocrypt authored
revert #1198, the block size is limited to 84byte
-
psychocrypt authored
move option `--currency` down
-
psychocrypt authored
The OpenCl code is only supporting jobs up to 84byte
-
psychocrypt authored
change warning when precompiled OpenCL code is not found
-
psychocrypt authored
-
psychocrypt authored
-
Juan Leni authored
-
xmr-stak-devs authored
Co-authored-by:
psychocrypt <psychocryptHPC@gmail.com> Co-authored-by:
fireice-uk <fireice-uk@users.noreply.github.com> Co-authored-by:
Lee Clagett <code@leeclagett.com> Co-authored-by:
curie-kief <curie-kief@users.noreply.github.com>
-
- Mar 13, 2018
-
-
psychocrypt authored
A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size.
-
- Mar 10, 2018
-
-
Jimmie Lin authored
-
- Mar 03, 2018
-
-
psychocrypt authored
Reduce OpenCL start time by using a self made compiler cache. - store compiled OpenCL binary - load OpenCl binary if available
-
psychocrypt authored
- add project picosha2 - add license notes for picosha2
-
Bryan Stitt authored
-
- Feb 28, 2018
-
-
psychocrypt authored
- reduce startup time for multi gpu systems - initialize the GPU memory non concurrent
-
- Feb 21, 2018
-
-
psychocrypt authored
fix double definition of define `MEM_CHUNK`
-
- Feb 19, 2018
-
-
psychocrypt authored
guard error types those are only defined in OpenCL >1.1
-
psychocrypt authored
- add new option `comp_mode` to the amd config - disable `if guards` within opencl kernel if `comp_mode : false`
-
psychocrypt authored
allow usage of Mesa OpenCl
-
- Feb 17, 2018
-
-
psychocrypt authored
- add new option for `strided_index` - add additional option if `strided_index == 2` to controll the memory chunk with
-
psychocrypt authored
initialize the log file as fast as possible after the start of the miner
-
- Feb 14, 2018
-
-
psychocrypt authored
reduce usage of registers: based on the suggestion of @enerc77
-