- 12 5月, 2017 3 次提交
-
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
由 Gabe Schwartz 提交于
-
- 11 5月, 2017 2 次提交
-
-
由 Gabe Schwartz 提交于
-
由 Xavier Bouthillier 提交于
Adapt local_gpu_elemwise optimization of new gpuarray back-end to avoid number of inputs overflow with Elemwise<add,mul>. The current optimization was already splitting the input, but it was not using the method split_huge_add_or_mul because of new gpuarray lifter signature (see comment https://github.com/Theano/Theano/pull/5852#discussion_r114145523) The unit test for large number of inputs was invalid because it was testing the old back-end (theano.sandbox.cuda). It is now adapted to gpuarray lifter optimization function. The number of settings tested is reduced to lower the computation time while still making sure we test at least one case with no number of inputs overflow and at least one case with number of inputs overflow. split_huge_add_or_mul() is made more general so it can be used if any case like Elemwise<add,mul> occurs elsewhere.
-
- 10 5月, 2017 3 次提交
-
-
由 Faruk Ahmed 提交于
-
由 Pascal Lamblin 提交于
BUG: fix bytes/string concat error, closes #5887
-
由 Faruk Ahmed 提交于
-
- 07 5月, 2017 1 次提交
-
-
由 Holger Kohr 提交于
-
- 06 5月, 2017 7 次提交
-
-
由 Frédéric Bastien 提交于
Remove bug in optimization
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frédéric Bastien 提交于
[BUG, CRASH] Fixes in DebugMode for GPU
-
由 Faruk Ahmed 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 04 5月, 2017 15 次提交
-
-
由 Faruk Ahmed 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
The addition gave non-sensical results.
-
由 Pascal Lamblin 提交于
It also fixes a race condition.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
CPU wraps around, but GPU returns max_int16, so DebugMode was complaining.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Pass the right variable when not working inplace.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
The corresponding CPU test does the same
-
由 Frédéric Bastien 提交于
-
由 Faruk Ahmed 提交于
-
由 Faruk Ahmed 提交于
-
- 03 5月, 2017 1 次提交
-
-
由 Pascal Lamblin 提交于
[BUG,CRASH] Fix crash in GPU advanced indexing with no arrays
-
- 02 5月, 2017 4 次提交
-
-
由 Frédéric Bastien 提交于
minor fix to test_nnet.py
-
由 Jeff Donahue 提交于
-
由 Pascal Lamblin 提交于
Add sigmoid_binary_crossentropy function
-
由 Frédéric Bastien 提交于
Add magma gpu svd and matrix inverse
-
- 28 4月, 2017 4 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frédéric Bastien 提交于
Update libgpuarray version in the doc
-
由 Frederic Bastien 提交于
-