- 17 5月, 2017 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Update nnet.txt
-
由 lrast 提交于
Fixes mismatch between the formula in implemented function in the docs
-
- 16 5月, 2017 4 次提交
-
-
由 Pascal Lamblin 提交于
Partially factorize GpuKernelBase.get_params() and configure it to use ParamsType.
-
由 Pascal Lamblin 提交于
remove theano/compat/six.py
-
由 notoraptor 提交于
-
由 Pascal Lamblin 提交于
Allow c_support_code() to support list of strings and update ParamsType
-
- 15 5月, 2017 2 次提交
-
-
由 morrme 提交于
Closes: #5761
-
由 notoraptor 提交于
Update ParamsType.c_code_cache_version().
-
- 13 5月, 2017 2 次提交
-
-
由 Frédéric Bastien 提交于
(small update) Add restrictions to warning messages condition in GpuDnnConvGradW
-
由 notoraptor 提交于
- Show warnings only if floatX==float32. - Show warnings only for cuDNN prior to v6.
-
- 12 5月, 2017 1 次提交
-
-
由 Simon Lefrancois 提交于
add gpuarray to python2 buildbot
-
- 11 5月, 2017 3 次提交
-
-
由 Frédéric Bastien 提交于
Mention duplicated values in warning messages.
-
由 Pascal Lamblin 提交于
-
由 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 提交于
-
- 09 5月, 2017 1 次提交
-
-
由 notoraptor 提交于
Add default GpuKernelBase.get_params() that retrieves GPU context from first node input type, and then factorize get_params() for all sub-classes that retrieve context by this way. Method get_params() must be overridden for all subclasses that get context by different way. Extend GpuKernelBase interface to allow sub-classes to use parameters types other than gpu_context_type (especially ParamsType).
-
- 07 5月, 2017 1 次提交
-
-
由 Holger Kohr 提交于
-
- 06 5月, 2017 11 次提交
-
-
由 Frédéric Bastien 提交于
Remove bug in optimization
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Simon Lefrancois 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
- return a list of strings for c_support_code(). - add utility functions (to be used in other PRs). - Fix typos.
-
由 notoraptor 提交于
(help avoir duplicated support codes in final module code).
-
由 Frédéric Bastien 提交于
[BUG, CRASH] Fixes in DebugMode for GPU
-
由 Faruk Ahmed 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 04 5月, 2017 9 次提交
-
-
由 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 提交于
-