提交 2c63e7ae authored 作者: abergeron's avatar abergeron

Merge pull request #1830 from nouiz/gpuarray_fixes

Fix tests crash for gpuarray back-end. Don't do constant folding with th...
...@@ -669,7 +669,8 @@ class GpuAlloc(HideC, Alloc): ...@@ -669,7 +669,8 @@ class GpuAlloc(HideC, Alloc):
#always exists. #always exists.
#theano.tensor.subtensor.AdvancedIncSubtensor, #theano.tensor.subtensor.AdvancedIncSubtensor,
theano.sandbox.gpuarray.subtensor.GpuIncSubtensor, theano.sandbox.gpuarray.subtensor.GpuIncSubtensor,
#theano.sandbox.gpuarray.subtensor.GpuAdvancedIncSubtensor1, theano.sandbox.gpuarray.subtensor.GpuAdvancedIncSubtensor1,
theano.sandbox.gpuarray.subtensor.GpuAdvancedIncSubtensor1_dev20,
theano.sandbox.gpuarray.blas.GpuGemm, theano.sandbox.gpuarray.blas.GpuGemm,
theano.sandbox.gpuarray.blas.GpuGemv, theano.sandbox.gpuarray.blas.GpuGemv,
theano.sandbox.gpuarray.blas.GpuGer, theano.sandbox.gpuarray.blas.GpuGer,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论