// !!! This is a file automatically generated by hipify!!! #pragma once #include #include #include #include #include #ifndef __HIP_PLATFORM_HCC__ #include #endif #include int cublas_gemm_ex(rocblas_handle handle, rocblas_operation transa, rocblas_operation transb, int m, int n, int k, const float* alpha, const float* beta, const float* A, const float* B, float* C, #ifdef __HIP_PLATFORM_HCC__ rocblas_gemm_algo algo = rocblas_gemm_algo_standard); #else cublasGemmAlgo_t algo = CUBLAS_GEMM_DEFAULT); #endif int cublas_gemm_ex(rocblas_handle handle, rocblas_operation transa, rocblas_operation transb, int m, int n, int k, const float* alpha, const float* beta, const __half* A, const __half* B, __half* C, #ifdef __HIP_PLATFORM_HCC__ rocblas_gemm_algo algo = rocblas_gemm_algo_standard); #else cublasGemmAlgo_t algo = CUBLAS_GEMM_DEFAULT_TENSOR_OP); #endif int cublas_strided_batched_gemm(rocblas_handle handle, int m, int n, int k, const float* alpha, const float* beta, const float* A, const float* B, float* C, rocblas_operation op_A, rocblas_operation op_B, int stride_A, int stride_B, int stride_C, int batch, #ifdef __HIP_PLATFORM_HCC__ rocblas_gemm_algo algo = rocblas_gemm_algo_standard); #else cublasGemmAlgo_t algo = CUBLAS_GEMM_DEFAULT); #endif int cublas_strided_batched_gemm(rocblas_handle handle, int m, int n, int k, const float* alpha, const float* beta, const __half* A, const __half* B, __half* C, rocblas_operation op_A, rocblas_operation op_B, int stride_A, int stride_B, int stride_C, int batch, #ifdef __HIP_PLATFORM_HCC__ rocblas_gemm_algo algo = rocblas_gemm_algo_standard); #else cublasGemmAlgo_t algo = CUBLAS_GEMM_DEFAULT_TENSOR_OP); #endif