custom_hipify_mappings.json 252 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
{
"custom_map" : {
        "#if TORCH_VERSION_MINOR >= 13":"#if TORCH_VERSION_MINOR >= 13 || TORCH_VERSION_MAJOR >= 2",
        "cublasGemmAlgo_t":"hipblasGemmAlgo_t",
        "CUDA_R_32F":"HIPBLAS_R_32F",
        "CUDA_R_16F":"HIPBLAS_R_16F"

    }
}