- 14 7月, 2017 5 次提交
- 16 6月, 2017 2 次提交
-
-
由 abergeron 提交于
Don't print float16 warning for ops that don't have c code
-
由 Frédéric Bastien 提交于
jenkins buildbot with docker
-
- 15 6月, 2017 1 次提交
-
-
由 Frederic Bastien 提交于
-
- 14 6月, 2017 5 次提交
-
-
由 Frédéric Bastien 提交于
Add lifter for CrossentropyCategorical1Hot and grad
-
由 Pascal Lamblin 提交于
Added mode 'half' to Images2Neibs. Tests pass.
-
由 Pascal Lamblin 提交于
[ENH] Speed up nanguardmode by not checking *int* dtype
-
由 Pascal Lamblin 提交于
-
由 Frédéric Bastien 提交于
(small fix) Add doc for `dnn.include_path` and `dnn.library_path`.
-
- 13 6月, 2017 13 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Split long-running test so that it helps travis not to give up
-
由 notoraptor 提交于
-
由 Frédéric Bastien 提交于
Fix offset problems in the new backend.
-
由 notoraptor 提交于
-
由 Frédéric Bastien 提交于
Fix issue in optimizations with bitwise operations
-
由 notoraptor 提交于
-
由 Arnaud Bergeron 提交于
-
由 abergeron 提交于
Port Softmax kernel to OpenCL
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 12 6月, 2017 1 次提交
-
-
由 xiaoqie 提交于
All tests in test_nnet.py pass with CUDA. Only fp32 tests in test_nnet.py pass with OpenCL. GpuFromHost doesn't work with fp16 or fp64. Larger work item size doesn't improve performance. Add 2 local_barrier(), it's strange that AMD card doesn't need these local_barrier(), but they are necessary for NVIDIA cards.
-
- 11 6月, 2017 3 次提交
-
-
由 botev 提交于
-
由 Aleksandar Botev 提交于
Added checks in the GPU code for invalid inputs.
-
由 Aleksandar Botev 提交于
-
- 10 6月, 2017 10 次提交
-
-
由 botev 提交于
-
由 Aleksandar Botev 提交于
-
由 Aleksandar Botev 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
There is no corresponding GPU Ops, but we can express them as combinations of GPU Ops.
-
由 Pascal Lamblin 提交于
0 or 1 are not converted to boolean types if that is what the user would want.
-
由 Pascal Lamblin 提交于
This also reflects the difference between bool and int8
-
由 Pascal Lamblin 提交于
Since tensor.or_ and tensor.and_ are bitwise operations (for non-booleans at least), some "logical" simplifications are wrong.
-
由 Frédéric Bastien 提交于
Fix link to 2014 presentation
-
由 Frédéric Bastien 提交于
(small fix) Re-allow runtime algorithms for conv3d Ops.
-