hipify_custom_map.json 893 Bytes
Newer Older
yuguo's avatar
yuguo committed
1
2
{
    "custom_map" : {
yuguo's avatar
yuguo committed
3
4
5
6
7
           "common/util/vectorized_pointwise.h" : "common/util/vectorized_pointwise_hip.h",
           "common/common.h" : "common/common_hip.h",
           "/userbuffers.h" : "/userbuffers_hip.h",
           "/logging.h" : "/logging_hip.h",
           "/system.h" : "/system_hip.h",
yuguo's avatar
yuguo committed
8
9
10
11
12
13
14
15
16
17
18
19
20
           "<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"
    }
   }