Skip to content

Commit

Permalink
Correct hipsparseLtGetProperty function name
Browse files Browse the repository at this point in the history
  • Loading branch information
harkgill-amd authored and vin-huang committed Oct 23, 2024
1 parent 3b13d0d commit 16d3052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/hcc_detail/hipsparselt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ catch(...)
return exception_to_hipsparselt_status();
}

hipsparseStatus_t hipsparseLtGetPorperty(hipLibraryPropertyType propertyType, int* value)
hipsparseStatus_t hipsparseLtGetProperty(hipLibraryPropertyType propertyType, int* value)
try
{
switch(propertyType)
Expand Down

0 comments on commit 16d3052

Please sign in to comment.