We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a74f528 + fd5cb65 commit fe3dc30Copy full SHA for fe3dc30
code/test.py
@@ -190,9 +190,9 @@ def do_tests():
190
float64_times / float32_times), file=sys.stderr)
191
192
#test in float32 in FAST_RUN mode on the gpu
193
- import theano.sandbox.cuda
+ import theano.gpuarray
194
if do_gpu:
195
- theano.sandbox.cuda.use('gpu')
+ theano.gpuarray.use('cuda')
196
gpu_times = do_tests()
197
times_dic['gpu'] = gpu_times
198
test_total += numpy.size(gpu_times)
0 commit comments