2. rocSOLVER Library Design GuideΒΆ
- 2.1. Introduction
- 2.2. Batched rocSOLVER
- 2.3. Tuning rocSOLVER Performance
- 2.3.1. geqr2/geqrf and geql2/geqlf functions
- 2.3.2. gerq2/gerqf and gelq2/gelqf functions
- 2.3.3. org2r/orgqr, org2l/orgql, ung2r/ungqr and ung2l/ungql functions
- 2.3.4. orgr2/orgrq, orgl2/orglq, ungr2/ungrq and ungl2/unglq functions
- 2.3.5. orm2r/ormqr, orm2l/ormql, unm2r/unmqr and unm2l/unmql functions
- 2.3.6. ormr2/ormrq, orml2/ormlq, unmr2/unmrq and unml2/unmlq functions
- 2.3.7. gebd2/gebrd and labrd functions
- 2.3.8. gesvd function
- 2.3.9. sytd2/sytrd, hetd2/hetrd and latrd functions
- 2.3.10. sygs2/sygst and hegs2/hegst functions
- 2.3.11. syevd, heevd and stedc functions
- 2.3.12. syevj and heevj functions
- 2.3.13. potf2/potrf functions
- 2.3.14. sytf2/sytrf and lasyf functions
- 2.3.15. getf2/getrf functions
- GETF2_MAX_COLS
- GETF2_MAX_THDS
- GETF2_OPTIM_NGRP
- GETRF_NUM_INTERVALS
- GETRF_INTERVALS
- GETRF_BLKSIZES
- GETRF_BATCH_NUM_INTERVALS
- GETRF_BATCH_INTERVALS
- GETRF_BATCH_BLKSIZES
- GETRF_NPVT_NUM_INTERVALS
- GETRF_NPVT_INTERVALS
- GETRF_NPVT_BLKSIZES
- GETRF_NPVT_BATCH_NUM_INTERVALS
- GETRF_NPVT_BATCH_INTERVALS
- GETRF_NPVT_BATCH_BLKSIZES
- 2.3.16. getri function
- 2.3.17. trtri function
- 2.4. Contributing Guidelines