- 23 12月, 2016 15 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
Also reserve 50M of device memory for other such handles.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Simon Lefrancois 提交于
Fix test that we don't move 4d tensor to the GPU
-
- 22 12月, 2016 15 次提交
-
-
由 Frédéric Bastien 提交于
Gpu op for solve using cusolver (CCW #5191)
-
由 Frédéric Bastien 提交于
Fix issue #4476 related to BatchedDot.
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Force install of the new commit of Theano
-
由 Pascal Lamblin 提交于
Otherwise, it is just using the cached one...
-
由 notoraptor 提交于
-
由 Pascal Lamblin 提交于
Use GpuAdvancedIncSubtensor1_dev20 more frequently in the new back-end
-
由 Thomas George 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
Extend new tests.
-
由 notoraptor 提交于
Add related test in theano/tensor/tests/test_basic.py Change C code cache version.
-
由 Pascal Lamblin 提交于
Remove opt warning from local_dimshuffle_subtensor
-
由 Frédéric Bastien 提交于
Merge CumsumOp/CumprodOp into CumOp
-
由 Frederic Bastien 提交于
Make GpuAdvancedIncSubtensor1_dev20 being introduced for vector_scalar case instead of GpuAdvancedIncSubtensor1
-
由 Frederic Bastien 提交于
Make GpuAdvancedIncSubtensor1_dev20 support mixed dtype for x and y. Most of the code was already supporting this.
-
- 21 12月, 2016 10 次提交
-
-
由 Pascal Lamblin 提交于
Fix tests when floatX=float32.
-
由 Pascal Lamblin 提交于
Update checking of integer types.
-
由 notoraptor 提交于
in a `grad()` function.
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
Add Theano flag cmodule.age_thresh_use
-
由 Frederic Bastien 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
This fixes issue #5274. For integer types, any string-based type-checking is replaced with a list-based type-checking using the type lists provided in `theano.tensor` (int_dtypes, uint_dtypes, integer_dtypes, etc.). NB: * Module `theano.sparse` have its own type lists, so they are used in this module instead of `theano.tensor` lists. * I have tried to check the types with `discrete_dtypes` where it seems relevant (e.g. in `grad()` functions), but further analyzes may be required. That is the type list to use to fix issue #5274.
-