Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 25, 2018
  3. Mar 15, 2018
  4. Mar 14, 2018
  5. 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
  6. Mar 12, 2018
  7. Mar 10, 2018
  8. Mar 04, 2018
  9. Mar 03, 2018
  10. Feb 28, 2018
  11. Feb 22, 2018
  12. Feb 21, 2018
Loading