- 07 1月, 2015 1 次提交
-
-
由 Dustin Webb 提交于
-
- 03 1月, 2015 1 次提交
-
-
由 Dustin Webb 提交于
-
- 21 12月, 2014 1 次提交
-
-
由 Frédéric Bastien 提交于
Fix scan handling of error when on CVM.
-
- 20 12月, 2014 28 次提交
-
-
由 Pascal Lamblin 提交于
[BUG]fix gh-2348
-
由 Arnaud Bergeron 提交于
-
由 Frédéric Bastien 提交于
Cudnn r2
-
由 Pascal Lamblin 提交于
DownsampleFactorMax support strides: issue #2196
-
由 abergeron 提交于
[CRASH] Fix scan unpickle (crash) as we added a new attribute. Also make a scan ...
-
由 Frederic 提交于
-
由 Frederic 提交于
Fix scan unpickle (crash) as we added a new attribute. Also make a scan opt support old pickled Subtensor.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Frederic 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
- Split the C code apart in between the Conv ops (the previous solution is not workable with the new interface). - Move the C code out into separate files using COp. - Make cudnn_helper.h provide wrappers exposing the R2 api with the R1 functions when possible to reduce #ifdef maze in actual function code.
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic Bastien 提交于
when constant are used, we use the smallest dtype for them. But this isn't enought when computing on them. So upcast to int64 to make sure compuration is right.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 abergeron 提交于
[CRASH] Cudnn repair r1 softmax
-
- 19 12月, 2014 6 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Sina Honari 提交于
-
由 abergeron 提交于
[CRASH] Repair crash with cudnn r-1 following the removing of struct_id
-
由 Frederic Bastien 提交于
-
由 abergeron 提交于
Revert "Get rid of typeConstructor in Scan."
-
- 18 12月, 2014 3 次提交
-
-
由 carriepl 提交于
Output StorageMap content in raise_with_op
-
由 Frédéric Bastien 提交于
Use numpy's function to check array is contiguous