1. 27 Mar, 2018 1 commit
    • 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
  2. 25 Mar, 2018 22 commits
  3. 15 Mar, 2018 1 commit
  4. 14 Mar, 2018 1 commit
  5. 13 Mar, 2018 1 commit
    • 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
  6. 12 Mar, 2018 1 commit
  7. 10 Mar, 2018 1 commit
  8. 04 Mar, 2018 3 commits
  9. 03 Mar, 2018 3 commits
  10. 28 Feb, 2018 1 commit
  11. 22 Feb, 2018 1 commit
  12. 21 Feb, 2018 4 commits