- 26 4月, 2013 4 次提交
- 25 4月, 2013 3 次提交
-
-
由 nouiz 提交于
Removed a misleading comment.
-
由 nouiz 提交于
Add a benchmark result for the GTX 650 Ti
-
由 Ben McCann 提交于
Add a benchmark result for the GTX 650 Ti and add spaces in the card names so that this file can more easily be found when searching (via grep, Google, etc.) using the real names
-
- 24 4月, 2013 1 次提交
-
-
由 Hannes Schulz 提交于
The value added to a_i (result of multiplication i_d*a_str[d]) was unsigned int, which broke when strides were negative. This is not a bug in nvcc 3.0, it is correct behavior according to the C99 standard: "Otherwise, if the operand that has unsigned integer type has rank greater or equal to the rank of the type of the other operand, then the operand with signed integer type is converted to the type of the operand with unsigned integer type."
-
- 22 4月, 2013 3 次提交
-
-
由 nouiz 提交于
Always use the value of rebuild_strict
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 21 4月, 2013 1 次提交
-
-
由 Pascal Lamblin 提交于
-
- 20 4月, 2013 8 次提交
-
-
由 lamblin 提交于
Do not attempt compilation without a compiler
-
由 Olivier Delalleau 提交于
Fix bug in local_abs_merge optimization
-
由 Olivier Delalleau 提交于
This fixes a crash on "import theano" when g++ is not available.
-
由 Olivier Delalleau 提交于
Better error message if the length of the shape cannot be determined.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
fix for get_constant_value
-
由 Razvan Pascanu 提交于
-
- 19 4月, 2013 1 次提交
-
-
由 Olivier Delalleau 提交于
Fix bug when unpickling previous versions of CAReduce
-
- 18 4月, 2013 10 次提交
-
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Fixed crash for unimplemented elemwise gradient
-
由 Olivier Delalleau 提交于
removing a bug
-
由 Olivier Delalleau 提交于
-
由 lamblin 提交于
scan_utils.py: Make traversal routines remember visited nodes
-
由 SinaHonari 提交于
Fix check for 0 in values
-
由 Pascal Lamblin 提交于
Thanks @delallea for finding it.
-
由 lamblin 提交于
Made size argument mandatory in normal(..)
-
由 lamblin 提交于
windows port
-
由 Pascal Lamblin 提交于
-
- 17 4月, 2013 3 次提交
-
-
由 Bogdan Budescu 提交于
-
由 Bogdan Budescu 提交于
dynamic linking to avoid FLS index overrun; "||" instead of "or"
-
由 lamblin 提交于
Fixed import error with some numpy version(s)
-
- 16 4月, 2013 1 次提交
-
-
由 Olivier Delalleau 提交于
Add matrix_of_scalars function
-
- 15 4月, 2013 1 次提交
-
-
由 Matthew Rocklin 提交于
-
- 14 4月, 2013 4 次提交
-
-
由 Matthew Rocklin 提交于
-
由 Matthew Rocklin 提交于
-
由 Olivier Delalleau 提交于
Having it default to None suggests it is optional, which is not true (it will crash when using None).
-
由 Olivier Delalleau 提交于
-