- Dec 06, 2017
- Dec 03, 2017
-
-
psychocrypt authored
unroll AES round by hand to help the compiler to optimize the command queue
-
psychocrypt authored
Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
-
- Dec 02, 2017
-
-
psychocrypt authored
Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
-
- Dec 01, 2017
-
-
psychocrypt authored
- add documentation - add environment variable `XMRSTAK_NOWAIT`
-
- Nov 29, 2017
-
-
Unknown authored
Add custom message for dev -> user pool switch
-
- Nov 23, 2017
-
-
psychocrypt authored
fix #191 lauch bounds must be placed before the return type but after the template paramater
-
- Nov 22, 2017
-
-
Scott McKenzie authored
-
- Nov 21, 2017
-
-
ExceptionallyGreat authored
Fix for AMD GPU detection on MacOS X On MacOS X the platform is reported as Apple, and the vendor is reported as AMD.
-
ExceptionallyGreat authored
Fixing the compile error on MacOS X
-
- Nov 20, 2017
-
-
Lev Serebryakov authored
Uninitialized memory access is UB in C/C++, fix it.
-
Lev Serebryakov authored
This change fix #177 and compiler warning too.
-
psychocrypt authored
Increase bfactor for all devices with lesser than 6 multi processors.
-
neversay authored
-
- Nov 19, 2017
-
-
Unknown authored
Add windows exit
-
- Nov 18, 2017
-
-
psychocrypt authored
The max work size shown to the user was the hardware maximum but not take in account thet some kernel spwning 8 times more threads per work group than configured by the user.
-
psychocrypt authored
- handle opencl errors to avoid unexpected behaviors - remove code duplicatio nwithin the some method
-
psychocrypt authored
- enforce that only host side OpenCl 1.2 functions are used if the miner is compiled with `XMR-STAK_COMPILE=generic` - update documentation - add CMake option `XMR-STAK_COMPILE` to windows
-
- Nov 17, 2017
-
-
Unknown authored
Fix gpu result crash
-
psychocrypt authored
The lmem is still incalculably and crash the miner very often. Increase the potential lmem usage to 16kiB to respect lmem alignments, ...
-
psychocrypt authored
fix wrong arch comparsion
-
- Nov 16, 2017
-
-
psychocrypt authored
- fix aeon dev pool settings
-
Unknown authored
-
Unknown authored
Remove whitespace lines
-
psychocrypt authored
-
psychocrypt authored
- removed all space indention in `*.hpp` and `*.cpp` files
-
- Nov 15, 2017
-
-
fireice-uk authored
* CONF_NO_TLS fix * gpu error fix + always return to sched after pin
-
psychocrypt authored
- check if the gpu architecture is supported by the compiled miner binary - remove not supported gpus from the auto suggestion - disallow the selection of a not supported gpu by hand tuning the config
-
psychocrypt authored
Free and total memory is only evaluated on the first device. To detect the gpu memory the gpu must be selected. - create context on the gpu before the memory is checked - add smx to the auto detection - change the result code of `cuda_get_deviceinfo()`
-
- Nov 14, 2017
- Nov 13, 2017
-
-
psychocrypt authored
- update usage.md - hpdate help output
-
Unknown authored
Change attribution
-
Unknown authored
Added long version as a separate option
-
Unknown authored
Add version to web and json
-
- Nov 11, 2017
-
-
psychocrypt authored
-
psychocrypt authored
- generate define `BACKEND_TYPE` type in CMake - fix comile because `GIT_COMMIT_HASH` is no string
-