Skip to main content
Ctrl+K
cuSOLVERDx - Home cuSOLVERDx - Home

cuSOLVERDx

cuSOLVERDx - Home cuSOLVERDx - Home

cuSOLVERDx

Table of Contents

  • Documentation Home

Getting Started

  • Requirements
  • Installation
  • Functionality
    • Cholesky POTRF
    • Cholesky POTRS
    • Cholesky POSV
    • LU GETRF
    • LU GETRS
    • LU GESV
    • QR GEQRF
    • QR UNMQR
    • LQ GELQF
    • LQ UNMLQ
    • Least Squares GELS
    • Triangular Solve TRSM
  • Using cuSolverDx
  • Achieving High Performance

API Reference

  • Operators
    • Description Operators
    • Execution Operators
  • Traits
    • Description Traits
    • Execution Traits
    • Other Traits
  • Execution Methods
  • Other Methods
  • Shared Memory Management

Python

  • Python Bindings

Examples

  • Examples List
    • Introduction Example
    • Cholesky Examples
    • LU Examples
    • QR and GELS Examples
    • NVRTC Examples
    • Performance Examples
    • Advanced Examples

References

  • Release notes
  • GitHub Samples
  • License

MathDx

  • cuSolverDx
  • cuBLASDx
  • cuFFTDx
  • cuRANDDx
  • nvCOMPDx
  • Traits

Traits#

Traits provide the user with information about the function descriptor constructed using Operators. They are divided into description traits, execution traits and other traits.

  • Description Traits
    • Size Trait
    • Type Trait
    • Precision Trait
    • Function Trait
    • Arrangement Trait
    • Transpose Mode Trait
    • Fill Mode Trait
    • Side Trait
    • Diag Trait
    • Leading Dimension Trait
    • SM Trait
    • BlockDim Trait
    • is_solver Trait
    • is_solver_execution Trait
    • is_complete_solver Trait
    • is_complete_solver_execution Trait
  • Execution Traits
    • Block Traits
      • Data Type Trait
      • Leading Dimension Trait
      • Matrix Size Trait
      • Arrangement Trait
      • Transpose Trait
      • Side Trait
      • Diag Trait
      • Fill Mode Trait
      • Batches Per Block Trait
      • Shared Memory Size Trait
      • Block Dim Trait
  • Other Traits
    • is_supported Trait
    • Suggested Block Dim Trait
    • Suggested Batches Per Block Trait
    • suggested_leading_dimension_of Trait
    • is_block Trait

previous

Execution Operators

next

Description Traits

NVIDIA NVIDIA
Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2024-2025, NVIDIA Corporation & Affiliates. All rights reserved.