提交 8f64fab5 authored 作者: khaotik's avatar khaotik

get rid of debugging code

上级 7646cf27
...@@ -75,7 +75,6 @@ class GpuGemv(BlasOp): ...@@ -75,7 +75,6 @@ class GpuGemv(BlasOp):
inplace = self.inplace inplace = self.inplace
if inplace and y.strides[0] < 0: if inplace and y.strides[0] < 0:
inplace = False inplace = False
print(alpha, beta)
out_storage[0][0] = blas.gemv(alpha, A, x, beta, y, out_storage[0][0] = blas.gemv(alpha, A, x, beta, y,
overwrite_y=inplace) overwrite_y=inplace)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论