Searched refs:MatmulAlgorithm (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
H A D | cuda_blas_lt.h | 132 struct MatmulAlgorithm { struct 149 port::StatusOr<std::vector<MatmulAlgorithm>> GetMatmulAlgorithms( argument 159 const MatmulAlgorithm& algorithm, 204 const MatmulAlgorithm& algorithm,
|
H A D | cuda_blas_lt.cc | 226 port::StatusOr<std::vector<BlasLt::MatmulAlgorithm>> 247 std::vector<BlasLt::MatmulAlgorithm> algorithms; in GetMatmulAlgorithms() 261 const BlasLt::MatmulAlgorithm& algorithm, in DoMatmul()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | matmul_utils.h | 138 const se::cuda::BlasLt::MatmulAlgorithm& algorithm, 142 StatusOr<std::vector<se::cuda::BlasLt::MatmulAlgorithm>> GetAlgorithms( 158 const se::cuda::BlasLt::MatmulAlgorithm& algorithm,
|
H A D | gemm_algorithm_picker.cc | 286 std::vector<se::cuda::BlasLt::MatmulAlgorithm> algorithms, in DoGemmAutotune() 291 GetBestAlgorithm<se::cuda::BlasLt::MatmulAlgorithm>( in DoGemmAutotune() 294 [&](const se::cuda::BlasLt::MatmulAlgorithm& algorithm) in DoGemmAutotune()
|
H A D | cublas_lt_matmul_thunk.h | 50 std::optional<se::cuda::BlasLt::MatmulAlgorithm> algorithm_;
|
H A D | cublas_lt_matmul_thunk.cc | 47 std::vector<se::cuda::BlasLt::MatmulAlgorithm> algorithms, in ExecuteOnStream()
|
H A D | matmul_utils.cc | 692 const se::cuda::BlasLt::MatmulAlgorithm& algorithm, in DoMatmul() 721 const se::cuda::BlasLt::MatmulAlgorithm& algorithm, in ExecuteOnStream() 758 StatusOr<std::vector<se::cuda::BlasLt::MatmulAlgorithm>>
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | matmul_util.h | 62 std::vector<se::cuda::BlasLt::MatmulAlgorithm> algorithms; 91 const se::cuda::BlasLt::MatmulAlgorithm& algorithm,
|
H A D | matmul_op_fused.cc | 185 const std::vector<se::cuda::BlasLt::MatmulAlgorithm>& algorithms, in AutotuneMatmul() 303 const se::cuda::BlasLt::MatmulAlgorithm& algorithm, in operator ()() 309 se::cuda::BlasLt::MatmulAlgorithm algorithm = algorithms[0]; in operator ()()
|
H A D | matmul_util.cc | 187 std::vector<se::cuda::BlasLt::MatmulAlgorithm> algorithms, in GetPlanAndAlgorithms()
|