提交 1ce4dd26 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Finish to finish comments.

上级 7e36255f
...@@ -10,6 +10,7 @@ from theano import scalar as scal ...@@ -10,6 +10,7 @@ from theano import scalar as scal
try: try:
# We must do those import to be able to create the full doc when nvcc # We must do those import to be able to create the full doc when nvcc
# is not available
import cuda_ndarray.cuda_ndarray as cuda import cuda_ndarray.cuda_ndarray as cuda
from theano.sandbox.cuda.nvcc_compiler import nvcc_module_compile_str from theano.sandbox.cuda.nvcc_compiler import nvcc_module_compile_str
import cuda_ndarray import cuda_ndarray
......
...@@ -10,6 +10,7 @@ from theano.compile import SharedVariable ...@@ -10,6 +10,7 @@ from theano.compile import SharedVariable
from theano.sandbox.cuda.type import CudaNdarrayType from theano.sandbox.cuda.type import CudaNdarrayType
try: try:
# We must do those import to be able to create the full doc when nvcc # We must do those import to be able to create the full doc when nvcc
# is not available
from theano.sandbox.cuda import filter as type_support_filter from theano.sandbox.cuda import filter as type_support_filter
from theano.sandbox.cuda.basic_ops import HostFromGpu, GpuFromHost from theano.sandbox.cuda.basic_ops import HostFromGpu, GpuFromHost
except ImportError: except ImportError:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论