Home
last modified time | relevance | path

Searched refs:API_SPECIAL (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/hipify/
H A Dcuda_to_hip_mappings.py5 API_SPECIAL, API_ROCMSMI, CONV_CACHE, CONV_CONTEXT, CONV_D3D9,
7971 ("cusparseStatus_t", ("hipsparseStatus_t", CONV_MATH_FUNC, API_SPECIAL)),
7972 ("cusparseHandle_t", ("hipsparseHandle_t", CONV_MATH_FUNC, API_SPECIAL)),
7973 ("cuComplex", ("hipComplex", CONV_TYPE, API_SPECIAL)),
7974 ("cuDoubleComplex", ("hipDoubleComplex", CONV_TYPE, API_SPECIAL)),
7977 ("HIPSPARSE_POINTER_MODE_HOST", CONV_NUMERIC_LITERAL, API_SPECIAL),
7979 ("cusparseOperation_t", ("hipsparseOperation_t", CONV_TYPE, API_SPECIAL)),
7982 ("hipsparseCreateMatDescr", CONV_MATH_FUNC, API_SPECIAL),
7984 ("cusparseCreate", ("hipsparseCreate", CONV_MATH_FUNC, API_SPECIAL)),
7987 ("hipsparseDestroyMatDescr", CONV_MATH_FUNC, API_SPECIAL),
[all …]
H A Dconstants.py51 API_SPECIAL = 40 variable
H A Dhipify_python.py779 if constants.API_SPECIAL in meta_data and PYTORCH_MAP.get(src, ""):
783 if constants.API_PYTORCH not in meta_data and constants.API_SPECIAL not in meta_data: