Skip to content

Commit 9afc392

Browse files
authored
Merge pull request #166 from vin-huang/fix-typo-6.3
Correct hipsparseLtGetProperty function name (sync from release-staging/rocm-rel-6.3)
2 parents 7ba0898 + 0cd0031 commit 9afc392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/hcc_detail/hipsparselt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ catch(...)
10051005
return exception_to_hipsparselt_status();
10061006
}
10071007

1008-
hipsparseStatus_t hipsparseLtGetPorperty(hipLibraryPropertyType propertyType, int* value)
1008+
hipsparseStatus_t hipsparseLtGetProperty(hipLibraryPropertyType propertyType, int* value)
10091009
try
10101010
{
10111011
switch(propertyType)

0 commit comments

Comments
 (0)