Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mmakevic-amd committed Jun 6, 2024
1 parent 5099063 commit bca3bd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions third_party/xla/xla/service/gpu/tests/gemm_rewrite_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,8 @@ ENTRY bf16gemm {
}
)";

<<<<<<< HEAD
if (IsCuda() &&
HasCudaComputeCapability(se::CudaComputeCapability::Hopper())) {
=======
if (HasCudaComputeCapability(se::CudaComputeCapability::Hopper())) {
>>>>>>> 306833457d32dd27a198ec8f6839b4966f941d4d
// The Hopper optimized HLO has a BF16 multiply instruction since Hopper has
// native BF16 multiply support.
MatchOptimizedHlo(hlo_text, R"(
Expand Down

0 comments on commit bca3bd2

Please sign in to comment.