提交 da8c2a12 authored 作者: Alexander Matyasko's avatar Alexander Matyasko

Add comment to 'add support for float64'

上级 ed25d565
...@@ -353,6 +353,7 @@ def gpu_cholesky(A, lower=True): ...@@ -353,6 +353,7 @@ def gpu_cholesky(A, lower=True):
return GpuCholesky(lower)(A) return GpuCholesky(lower)(A)
# TODO: add support for float64
class GpuMagmaBase(COp): class GpuMagmaBase(COp):
"""Base class for magma related operations. Add the necessary headers, """Base class for magma related operations. Add the necessary headers,
libraries and optionally the location of headers and library. libraries and optionally the location of headers and library.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论