1. 04 9月, 2014 13 次提交
  2. 03 9月, 2014 11 次提交
  3. 02 9月, 2014 1 次提交
  4. 01 9月, 2014 2 次提交
  5. 30 8月, 2014 10 次提交
  6. 29 8月, 2014 1 次提交
  7. 28 8月, 2014 2 次提交
    • ziyuang's avatar
      Resolved issue #2055 · f88bb799
      ziyuang 提交于
      Remove the `double round(double)` in pymath.h for Win32 only by defining
      `HAVE_ROUND` via the `-D` switch of `nvcc`.
      The `double round(double x)` function is present in CUDA
      6.5.13/6.0.37/5.5.22/5.5.11/4.1.28/4.0.17, so I think it's safe to remove
      the one in `pymath.h`.
      f88bb799
    • Marco De Nadai's avatar
      bugfix in configparser · 7d37bf91
      Marco De Nadai 提交于
      7d37bf91