Skip to content
Snippets Groups Projects
  1. Apr 14, 2018
    • psychocrypt's avatar
      allow non AMD OpenCL driver and devices · 4682b28a
      psychocrypt authored
      - add CLI flag to explicitly use non AMD OpenCL and devices
      - adjust OpenCL output (use OpenCL instead of AMD if --altOpenCL is sued)
      - optimize NVIDIA OpenCL auto suggestion
      4682b28a
  2. Apr 08, 2018
  3. Apr 06, 2018
  4. Apr 03, 2018
  5. Apr 01, 2018
  6. Mar 28, 2018
  7. Mar 27, 2018
    • psychocrypt's avatar
      fix parentheses warning · 983efafd
      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)
      ```
      983efafd
    • psychocrypt's avatar
      POW AEON v7 · 5a2c4444
      psychocrypt authored
      - add new pow for AEON
      - fix missing cryptonight-heavy selection for multi hashes
      5a2c4444
  8. Mar 25, 2018
  9. Mar 13, 2018
    • psychocrypt's avatar
      fix shadowed variable · 702ab566
      psychocrypt authored
      A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size.
      702ab566
  10. Mar 03, 2018
    • psychocrypt's avatar
      add OpenCL compiler cache · 6beb3f59
      psychocrypt authored
      Reduce OpenCL start time by using a self made compiler cache.
      
      - store compiled OpenCL binary
      - load OpenCl binary if available
      6beb3f59
  11. Feb 21, 2018
  12. Feb 19, 2018
  13. Feb 17, 2018
  14. Jan 30, 2018
  15. Dec 06, 2017
    • Unknown's avatar
      · e0e8a300
      Unknown authored
      Make k unsigned.
      e0e8a300
    • Unknown's avatar
      · af0743b0
      Unknown authored
      Clean up the x-mas tree
      af0743b0
  16. Dec 02, 2017
  17. Nov 21, 2017
  18. 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
  19. Nov 16, 2017
  20. Oct 27, 2017
  21. Oct 24, 2017
  22. Oct 22, 2017
  23. 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
  24. 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
  25. Oct 05, 2017
  26. Oct 04, 2017
  27. Sep 30, 2017
Loading