提交 e994f0f0 authored 作者: Frederic's avatar Frederic

Force recompilation of all ops following cublas v2 interface change.

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