Commit 499dfb3d authored by wenjh's avatar wenjh
Browse files

Merge branch 'develop_v2.8' into release_v2.8

parents 53fa872c 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"
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment