- 29 9月, 2016 1 次提交
-
-
由 slefrancois 提交于
-
- 28 9月, 2016 1 次提交
-
-
由 slefrancois 提交于
-
- 27 9月, 2016 7 次提交
-
-
由 slefrancois 提交于
-
由 Frédéric Bastien 提交于
chmod +x buildbot_debug
-
由 slefrancois 提交于
-
由 Frédéric Bastien 提交于
The contributing message is annoying.
-
由 abergeron 提交于
Fix an error. GpuAllocEmpty in the new back-end was inheriting from A…
-
由 Frédéric Bastien 提交于
Fix random segfault on exit when the new backend is in use.
-
由 Frédéric Bastien 提交于
split jenkins buildbot debug_mode into separate job
-
- 26 9月, 2016 1 次提交
-
-
由 slefrancois 提交于
-
- 24 9月, 2016 4 次提交
-
-
由 Frédéric Bastien 提交于
Half 3D convolution for conv3d2d
-
由 Frederic Bastien 提交于
Fix an error. GpuAllocEmpty in the new back-end was inheriting from Alloc that have a __call__ method. We don't want that. Also refactor the code to lower code duplication.
-
由 Arnaud Bergeron 提交于
The problem is that the old backend assumes it is alone in the universe and even when not in use will interact with the gpu. Most notably in this case it will forcibly destroy any primary context on exit. The only problem is that we are also using the primary context and our cleanup handlers run after those of the old backend. This is a major problem because cublas uses the runtime api which will create a context whenever it thinks it needs one (like for cudaFree). However all the allocations are from the old context that the old backend destroyed. So when it tries to clean up its resources the low-level handlers get confused and we end up in a segmentation fault. As to why it doesn't always happen, I figure it's because sometimes we get lucky and addresses line up or something. Anyway, if we stop the old backend from calling cudaThreadExit() the segfaults go away. This may cause a very small leakage of resources for the few seconds we are running until we exit, but I don't think this will be a problem.
-
由 abergeron 提交于
Postpone Composite name creating
-
- 23 9月, 2016 3 次提交
-
-
由 Gijs van Tulder 提交于
-
由 Gijs van Tulder 提交于
-
由 Frédéric Bastien 提交于
Doc update: pdf figures for pdftex doc and update metadoc buildbot info
-
- 22 9月, 2016 14 次提交
-
-
由 slefrancois 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 slefrancois 提交于
-
由 slefrancois 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 abergeron 提交于
Mixed6
-
由 Frederic Bastien 提交于
-
- 21 9月, 2016 9 次提交
-
-
由 Frédéric Bastien 提交于
Fix doc inclusion in `sdist`s
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
Better error message to help debug travis problem
-
由 Frederic Bastien 提交于
-
由 Arnaud Bergeron 提交于
-
由 Frederic Bastien 提交于
Postpone some code from Composite.__init__ to later in case we don't need them. Could speed up fusion optimization.
-
由 jakirkham 提交于
-
由 Frédéric Bastien 提交于
Buildbot split job
-
由 Frederic Bastien 提交于
Postpone Composite name creating. It seem to spend a great deal of time there inside the local_fusion opt
-