- 25 4月, 2013 1 次提交
-
-
由 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
-
- 07 4月, 2013 1 次提交
-
-
由 Ben McCann 提交于
-
- 05 4月, 2013 2 次提交
- 04 4月, 2013 5 次提交
-
-
由 nouiz 提交于
Set Python exception when C code fails
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Fixed test values with ``ifelse``
-
- 02 4月, 2013 4 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
By using ``__call__`` instead of ``make_node``, test values are properly set.
-
由 Olivier Delalleau 提交于
This makes it possible to obtain the Op's outputs as a list without having to go through ``make_node(..).outputs``.
-
- 31 3月, 2013 3 次提交
-
-
由 nouiz 提交于
REBASED: C code for GPUAdvancedIncSubtensor1.Handles one case to make it faster
-
由 Vivek Kulkarni 提交于
add c_code_cache_version to GpuAdvancedIncSubtensor1 as it now have c_co...
-
由 Frederic 提交于
-
- 30 3月, 2013 1 次提交
-
-
由 Vivek Kulkarni 提交于
-
- 29 3月, 2013 8 次提交
-
-
由 nouiz 提交于
No warning if g++ does not support -march=native
-
由 Pascal Lamblin 提交于
Instead of detecting llvm, we try to use -march=native, which is more general.
-
由 nouiz 提交于
Fix C code of GpuDownsampleFactorMaxGrad.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Use safe_new(x) instead of x.type() in scan grad.
-
由 lamblin 提交于
Simpler graphs for canonical slices
-
由 Pascal Lamblin 提交于
This copies the test_value, making possible to use a test value for sequences. Add test.
-
- 28 3月, 2013 6 次提交
-
-
由 Vivek Kulkarni 提交于
-
由 Vivek Kulkarni 提交于
-
由 Vivek Kulkarni 提交于
-
由 Vivek Kulkarni 提交于
Moving an assert out of for loop (perf optimization) and adding back a declartion of a CudaNdarray_inplace_add
-
由 Vivek Kulkarni 提交于
-
由 Vivek Kulkarni 提交于
-
- 27 3月, 2013 9 次提交
-
-
由 nouiz 提交于
Compute hash on whole source file
-
由 nouiz 提交于
Fix insertion of -arch=... when compiling with nvcc
-
由 nouiz 提交于
Minor fixes
-
由 Olivier Delalleau 提交于
Fixes gh-1306
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
It used to be inserted only for the first Op after GPU initialization.
-
由 Pascal Lamblin 提交于
It was causing errors when running with cuda-memcheck, or when running on Mac OS X.
-
由 Pascal Lamblin 提交于
-