Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
6cd2b2dd
Commit
6cd2b2dd
authored
Oct 13, 2025
by
wenjh
Browse files
Add cuda data types to hipify
Signed-off-by:
wenjh
<
wenjh@sugon.com
>
parent
27ddce40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
hipify_custom_map.json
hipify_custom_map.json
+4
-1
No files found.
hipify_custom_map.json
View file @
6cd2b2dd
...
@@ -26,7 +26,10 @@
...
@@ -26,7 +26,10 @@
"cudaLaunchAttribute"
:
"hipLaunchAttribute"
,
"cudaLaunchAttribute"
:
"hipLaunchAttribute"
,
"__nv_fp8_e4m3"
:
"__hip_fp8_e4m3"
,
"__nv_fp8_e4m3"
:
"__hip_fp8_e4m3"
,
"__nv_fp8_e5m2"
:
"__hip_fp8_e5m2"
,
"__nv_fp8_e5m2"
:
"__hip_fp8_e5m2"
,
"nv_bfloat16"
:
"__hip_bfloat16"
"nv_bfloat16"
:
"__hip_bfloat16"
,
"CUDA_R_16BF"
:
"HIP_R_16BF"
,
"CUDA_R_8F_E4M3"
:
"HIP_R_8F_E4M3"
,
"CUDA_R_8F_E5M2"
:
"HIP_R_8F_E5M2"
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment