- 28 8月, 2014 1 次提交
-
-
由 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`.
-
- 26 8月, 2014 4 次提交
-
-
由 ziyuang 提交于
Moved `#include <algorithm>` outside the `#if PY_MAJOR_VERSION >= 3` block.
-
由 ziyuang 提交于
The generated mod.cu contains a number of std::min and std::max. Including <algorithm> will remove the not-found errors from these two functions.
-
由 Pascal Lamblin 提交于
Fix errors in SparseBlockOuterSS c_code.
-
由 Arnaud Bergeron 提交于
-
- 21 8月, 2014 1 次提交
-
-
由 abergeron 提交于
Mixed stuff: pep8, comments, doc, don't enable GpuConv*3D op by default at that module import.
-
- 20 8月, 2014 14 次提交
-
-
由 Pascal Lamblin 提交于
[opt warning] fix gpu reduce opt warning.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
This allow to move more computation to the gpu.
-
- 19 8月, 2014 10 次提交
-
-
由 Frédéric Bastien 提交于
Float64
-
由 Frédéric Bastien 提交于
Add an option to desactivate conv2d_fft at the op level
-
由 Nicolas Ballas 提交于
-
由 Nicolas Ballas 提交于
-
由 Nicolas Ballas 提交于
-
由 Nicolas Ballas 提交于
-
由 abergeron 提交于
3dfftconv
-
由 Nicolas Ballas 提交于
-
由 Nicolas Ballas 提交于
-
由 Nicolas Ballas 提交于
-
- 16 8月, 2014 1 次提交
-
-
由 Nicolas Ballas 提交于
-
- 15 8月, 2014 3 次提交
-
-
由 Pascal Lamblin 提交于
Don't make the kernels debuggable by default, but add those arguments to the 'nvcc-safe' list.
-
由 Arnaud Bergeron 提交于
-
由 abergeron 提交于
Conv gemm non-square kernel support
-
- 14 8月, 2014 3 次提交
-
-
由 abergeron 提交于
Extend documentation (plus small fix)
-
由 Pascal Lamblin 提交于
-
由 Arjun Jain 提交于
Cleanup CUDA convolution tests
-
- 13 8月, 2014 3 次提交
-
-
由 Nicolas Ballas 提交于
-
由 f0k 提交于
-
由 Pascal Lamblin 提交于
Add a blocksparse multiplication implementation
-