Skip to content

Commit

Permalink
[XLA:GPU] Remove unused function declaration.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 626339168
  • Loading branch information
mooskagh authored and tensorflower-gardener committed Apr 19, 2024
1 parent 55cce91 commit 4dc7f08
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions third_party/xla/xla/service/gpu/gemm_algorithm_picker.h
Expand Up @@ -42,17 +42,6 @@ limitations under the License.
namespace xla {
namespace gpu {

absl::StatusOr<AutotuneResult> GetBestBlasAlgorithm(
se::Stream* stream, se::RedzoneAllocator& allocator,
std::optional<std::string_view> gemm_str,
const AutotuneConfig& autotune_config, se::DeviceMemoryBase lhs_buffer,
se::DeviceMemoryBase rhs_buffer, se::DeviceMemoryBase output_buffer,
absl::Span<const se::blas::AlgorithmType> algorithms,
const Shape& output_shape, const HloModuleConfig& hlo_module_config,
double beta,
const std::function<absl::StatusOr<se::blas::ProfileResult>(
const se::blas::AlgorithmType&)>& run_benchmark);

// GemmAlgorithmPicker supports two modes: device and deviceless.
// In device mode, we run autotuning on the device and store autotune results.
// In deviceless mode, we pass in some information related to the device and
Expand Down

0 comments on commit 4dc7f08

Please sign in to comment.