提交 3e017673 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix a path

上级 490e7152
...@@ -32,10 +32,7 @@ except ImportError: ...@@ -32,10 +32,7 @@ except ImportError:
print __file__ print __file__
# if os.path.exists(os.path.join(get_compiledir(),)) cuda_path=os.path.split(old_file)[0]
#cuda_path = os.path.split(globals()["__file__"])[:-1]
cuda_path='/u/bastienf/repos/theano/sandbox/cuda'
code = open(os.path.join(cuda_path, "type_support.cu")).read() code = open(os.path.join(cuda_path, "type_support.cu")).read()
loc = os.path.join(get_compiledir(),'type_support') loc = os.path.join(get_compiledir(),'type_support')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论