Skip to content
Snippets Groups Projects
  1. Nov 21, 2017
  2. Nov 18, 2017
    • psychocrypt's avatar
      fix max work size shown to user · 8bf8e8c8
      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.
      8bf8e8c8
    • psychocrypt's avatar
      handle OpenCL errors · e75c3a62
      psychocrypt authored
      - handle opencl errors to avoid unexpected behaviors
      - remove code duplicatio nwithin the some method
      e75c3a62
    • psychocrypt's avatar
      fix OpenCL compatibility · 7e8475ab
      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
      7e8475ab
  3. Nov 16, 2017
  4. Oct 27, 2017
  5. Oct 24, 2017
  6. Oct 22, 2017
  7. Oct 20, 2017
    • psychocrypt's avatar
      fix assert in AMD backend · 630bcffb
      psychocrypt authored
      fix bug announced in #52
      
      If the miner is compiled in debug mode the assert condition results in a compile time error.
      630bcffb
  8. Oct 06, 2017
    • psychocrypt's avatar
      avoid possible illegal memory access · 611378eb
      psychocrypt authored
      Is is possible that the number of results are greater than the result output array,
      in this case invalid memory can be access within the device and on the host side.
      611378eb
  9. Oct 05, 2017
  10. Oct 04, 2017
  11. Sep 30, 2017
Loading