Skip to content

Commit

Permalink
Merge pull request #1806 from emankov/HIPIFY
Browse files Browse the repository at this point in the history
[HIPIFY][Tensor] Minor fixes and formatting
  • Loading branch information
emankov authored Dec 18, 2024
2 parents 6dcfb1f + d0125f7 commit 5564e43
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 435 deletions.
2 changes: 1 addition & 1 deletion bin/hipify-perl
Original file line number Diff line number Diff line change
Expand Up @@ -7384,6 +7384,7 @@ sub simpleSubstitutions {
subst("cusparseSparseToDenseAlg_t", "hipsparseSparseToDenseAlg_t", "type");
subst("cusparseStatus_t", "hipsparseStatus_t", "type");
subst("cutensorAlgo_t", "hiptensorAlgo_t", "type");
subst("cutensorComputeType_t", "hiptensorComputeType_t", "type");
subst("cutensorContractionPlan_t", "hiptensorContractionPlan_t", "type");
subst("cutensorDataType_t", "hiptensorComputeType_t", "type");
subst("cutensorHandle_t", "hiptensorHandle_t", "type");
Expand Down Expand Up @@ -8694,7 +8695,6 @@ sub simpleSubstitutions {
subst("cudaSuccess", "hipSuccess", "numeric_literal");
subst("cudaUserObjectNoDestructorSync", "hipUserObjectNoDestructorSync", "numeric_literal");
subst("cusolver_int_t", "int", "numeric_literal");
subst("cutensorComputeType_t", "hiptensorComputeType_t", "numeric_literal");
subst("CUB_MAX", "CUB_MAX", "define");
subst("CUB_MIN", "CUB_MIN", "define");
subst("CUB_NAMESPACE_BEGIN", "BEGIN_HIPCUB_NAMESPACE", "define");
Expand Down
Loading

0 comments on commit 5564e43

Please sign in to comment.