hipify_custom_map.json 604 Bytes
Newer Older
yuguo's avatar
yuguo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "custom_map" : {
           "<cuda_bf16.h>" : "<hip/hip_bf16.h>",
           "<cuda_fp8.h>" : "\"amd_detail/hip_float8.h\"",
           "CUfunc_cache" : "hipFuncCache_t", 
           "<nvtx3/nvToolsExt.h>" : "<roctracer/roctx.h>",
           "cudaLaunchKernelExC" : "hipLaunchKernelExC",
           "cudaLaunchConfig_t" : "hipLaunchConfig_t",
           "cudaLaunchAttributeClusterDimension" : "hipLaunchAttributeClusterDimension",
           "cudaLaunchAttributeCooperative" : "hipLaunchAttributeCooperative",
           "cudaLaunchAttribute": "hipLaunchAttribute"
    }
   }