最適化問題に対する超高速&安定計算

大規模最適化問題、グラフ探索、機械学習やデジタルツインなどの研究のお話が中心

cuSolverSP: sparse LAPACK Function Reference

2015年04月26日 19時51分54秒 | Weblog
CUDA 7.0 に付属している cuSOLVER ライブラリには以下のように Dense (密)や Sparse (疎)な線形代数系の演算の関数が用意されている。

New cuSOLVER library of dense and sparse direct solvers
Significant acceleration for Computer Vision, CFD, Computational Chemistry, and Linear Optimization applications.
Key LAPACK dense solvers 3-6x faster than MKL.
Dense solvers include Cholesky, LU, SVD and QR
Sparse direct solvers 2-14x faster than CPU-only equivalents.
Sparse solvers include direct solvers and eigensolvers

スパース行列に対する Cholesky 分解の関数も用意されている。
cuSolverSP: sparse LAPACK Function Reference

This chapter describes the API of cuSolverSP, which provides a subset of LAPACK funtions for sparse matrices in CSR or CSC format.

6.2.3. cusolverSp<t>csrlsvchol()


コメント    この記事についてブログを書く
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする
« HP Moonshot 上での Linpack | トップ | CREST・さきがけ平成27年度... »
最新の画像もっと見る

コメントを投稿

ブログ作成者から承認されるまでコメントは反映されません。

Weblog」カテゴリの最新記事