Skip to content

Commit

Permalink
[GPU] Fix OSS compilation of a previously disabled test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergachev committed May 15, 2024
1 parent c0dc2a3 commit 9885d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xla/service/gpu/ir_emitter_triton_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ limitations under the License.
#include "absl/types/span.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/raw_ostream.h"
#include "mlir/IR/MLIRContext.h" // from @llvm-project
#include "mlir/IR/MLIRContext.h" // from @llvm-project
#include "mlir/Pass/PassManager.h" // from @llvm-project
#include "xla/autotuning.pb.h"
#include "xla/error_spec.h"
Expand Down Expand Up @@ -5235,7 +5235,7 @@ ENTRY e {
})";

TritonGemmConfig config(32, 16, 128, 1, 1, 4);
ASSERT_OK(
TF_ASSERT_OK(
CreateTritonIrAndFileCheck(hlo_text, config, EmitMatMul, "triton_dot", R"(
CHECK: tt.dot
CHECK-NOT: inputPrecision = tf32
Expand Down

0 comments on commit 9885d85

Please sign in to comment.