Commit 6cd2b2dd authored by wenjh's avatar wenjh
Browse files

Add cuda data types to hipify


Signed-off-by: wenjh's avatarwenjh <wenjh@sugon.com>
parent 27ddce40
......@@ -26,7 +26,10 @@
"cudaLaunchAttribute": "hipLaunchAttribute",
"__nv_fp8_e4m3": "__hip_fp8_e4m3",
"__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