Skip to content

Commit

Permalink
support hipsolverDnParams_t for older versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcskrishna committed Apr 24, 2024
1 parent f092a60 commit 7abdab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cupy_backends/hip/cupy_hipsolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ hipsolverStatus_t cusolverGetProperty(hipLibraryPropertyType_t type, int* val) {

#if HIP_VERSION < 60240092
typedef enum hipsolverDnParams_t {};
#endif

#if HIP_VERSION < 50631061
typedef hipsolverHandle_t hipsolverDnHandle_t;
typedef void* hipsolverGesvdjInfo_t;
typedef void* hipsolverSyevjInfo_t;
Expand Down

0 comments on commit 7abdab6

Please sign in to comment.