Skip to content

Commit

Permalink
Regenerate hipify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aakanksha555 committed Dec 4, 2024
1 parent d9dd4de commit 3e681cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tables/CUTENSOR_API_supported_by_HIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
|`cutensorPlanAttribute_t`|2.0.0.0| | | | | | | | | |
|`cutensorPlanPreferenceAttribute_t`|2.0.0.0| | | | | | | | | |
|`cutensorStatus_t`| | | | |`hiptensorStatus_t`| | | | | |
|`cutensorWorksizePreference_t`|1.0.1.0| | | |`hiptensorWorksizePreference_t`| | | | | |
|`cutensorWorksizePreference_t`|1.0.1.0| | | |`hiptensorWorksizePreference_t`|5.7.0| | | | |

## **2. CUTENSOR Function Reference**

Expand Down
7 changes: 4 additions & 3 deletions src/CUDA2HIP_TENSOR_API_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ const std::map<llvm::StringRef, hipAPIversions> HIP_TENSOR_TYPE_NAME_VER_MAP {
{"hiptensorAlgo_t", {HIP_5070, HIP_0, HIP_0, }},
{"HIPTENSOR_ALGO_DEFAULT", {HIP_5070, HIP_0, HIP_0, }},
{"HIPTENSOR_ALGO_DEFAULT_PATIENT", {HIP_5070, HIP_0, HIP_0, }},
{"HIPTENSOR_WORKSPACE_MIN", {HIP_5700, HIP_0, HIP_0, }},
{"HIPTENSOR_WORKSPACE_RECOMMENDED", {HIP_5700, HIP_0, HIP_0, }},
{"HIPTENSOR_WORKSPACE_MAX", {HIP_5700, HIP_0, HIP_0, }},
{"hiptensorWorksizePreference_t", {HIP_5070, HIP_0, HIP_0, }},
{"HIPTENSOR_WORKSPACE_MIN", {HIP_5070, HIP_0, HIP_0, }},
{"HIPTENSOR_WORKSPACE_RECOMMENDED", {HIP_5070, HIP_0, HIP_0, }},
{"HIPTENSOR_WORKSPACE_MAX", {HIP_5070, HIP_0, HIP_0, }},
};

0 comments on commit 3e681cc

Please sign in to comment.