Skip to content

Commit ad80e6e

Browse files
committed
temporarily unconditionally generate asserts to check CI
1 parent f0687c4 commit ad80e6e

File tree

2 files changed

+3
-36
lines changed

2 files changed

+3
-36
lines changed

test/TritonGEN/tritongen-2Dblockload-to-llvm-asserts.mlir

Lines changed: 0 additions & 33 deletions
This file was deleted.

third_party/intel/lib/TritonGENToLLVM/TritonGENToLLVMPass.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -620,9 +620,9 @@ static void
620620
create2DBlockAsserts(OpTy op, mlir::ConversionPatternRewriter &rewriter,
621621
const mlir::triton::gpu::intel::LibCallEmitter &emitter) {
622622

623-
if (!triton::tools::getBoolEnv("TRITON_INTEL_2DBLOCK_ASSERT")) {
624-
return;
625-
}
623+
// if (!triton::tools::getBoolEnv("TRITON_INTEL_2DBLOCK_ASSERT")) {
624+
// return;
625+
// }
626626

627627
// put implementation in a separate function to avoid template bloat
628628
create2DBlockAssertsImpl(

0 commit comments

Comments
 (0)