提交 f15ef349 authored 作者: abergeron's avatar abergeron

Merge pull request #2003 from nouiz/cublasv2

Force recompilation of all ops following cublas v2 interface change.
......@@ -422,7 +422,7 @@ class CudaNdarrayType(Type):
#return ()
#no need to put nvcc.fastmath in the tuple as the
#c_compile_args is put in the key.
return (2,) # with assertion about refcounts
return (3,) # cublas v2 changes
def c_compiler(self):
return NVCC_compiler
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论