Skip to content

Commit

Permalink
removed mock gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Feb 27, 2017
1 parent 808e24b commit feb7612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

theano.config = Mock(device='gpu')
# theano.config = Mock(device='gpu')
# theano.sandbox.cuda.cuda_enabled = True
# theano.sandbox.cuda.dnn = Mock(dnn_available=lambda: True)
# sys.modules['theano.sandbox.cuda.blas'] = Mock(GpuCorrMM=None)
Expand Down

0 comments on commit feb7612

Please sign in to comment.